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
It isn't absolutely obvious when a bad arg is passed to createForModel in a migration. We should hint to developers to check the method call in the migration in question.
How to reproduce the bug
Call createForModel with something like the desired table name, and it will error complaining the model does not implement the versioned and model contracts.
Package Version
0.0.3
PHP Version
8.2.0
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
It isn't absolutely obvious when a bad arg is passed to
createForModel
in a migration. We should hint to developers to check the method call in the migration in question.How to reproduce the bug
Call createForModel with something like the desired table name, and it will error complaining the model does not implement the versioned and model contracts.
Package Version
0.0.3
PHP Version
8.2.0
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: