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
I made the models strict in my AppServiceProvider, when I try to access a missing attribute, a MissingAttributeException is thrown, but on a unit test, it's not (I am using Pest btw).
I also made the models strict on the testing function but the exception is still not thrown.