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
This happens when a field has the classname followed by the id eg user_id is used as the primary key for the users table. I have submitted a pull request with a fix but until that is accepted you can use
Using sqlite3 with Laravel's default settings, the Factory::create method fails with the example code on page 102 of Laravel Testing Decoded.
etc. etc.
Created the author model with
Factory::author
and then saved it with$author->save()
as a workaround.The text was updated successfully, but these errors were encountered: