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
in the create user groups file I start off the class with:
class CreateUserGroups extends BaseMigration { ... }
Also, after creating the class, I followed the suggestions of doing a composer AND artisan autoload dump after updating both, but still getting the error :/
Thoughts?
The text was updated successfully, but these errors were encountered:
I created a custom BaseMigration class by hand in the migrations directory, but whenever I try to extend my other migration files I get:
Stack trace:
in the create user groups file I start off the class with:
Also, after creating the class, I followed the suggestions of doing a composer AND artisan autoload dump after updating both, but still getting the error :/
Thoughts?
The text was updated successfully, but these errors were encountered: