MIF_E31222691/laravel/database/eloquent
Bernardo Rittmeyer d46e19214b get_dirty() comparison is not type safe
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=).
For example, changing null to false don't make the model dirty.
2013-04-04 12:50:59 +03:00
..
relationships Merge pull request #1170 from kapv89/patch-4 2013-01-05 13:51:39 -08:00
model.php get_dirty() comparison is not type safe 2013-04-04 12:50:59 +03:00
pivot.php Fix Pivot table losing its connection. 2012-11-09 02:15:28 +01:00
query.php Add the find method to the Eloquent Query class. 2012-12-18 19:14:51 +11:00