You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing default value of isDirty to empty array so hasChanges works properly
See laravel/framework#20130 for what was
changed in Laravel 5.5. We now need to use an empty array instead
of null since the method hasChanges() in Illuminate\Database\Eloquent\Concerns\HasAttributes
is checking for an empty array instead of null.
0 commit comments