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
chrillep
changed the title
Prevent MissingAttributeException errors when Eloquent is in strict mode
MissingAttributeException thrown when Eloquent is in strict mode
Apr 4, 2023
fixed by #339
steps to reproduce
add
to AppServiceProvider
https://laravel.com/docs/9.x/eloquent#enabling-eloquent-strict-mode
https://github.com/laravel/framework/blob/a9c6b58ebafc839b61e75b19aa38ec8bef45bf67/src/Illuminate/Database/Eloquent/Model.php#L402-L413
The text was updated successfully, but these errors were encountered: