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 :/
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?