serenysoft / nova-permissions

Laravel Nova 4 Roles & Permissions
72 stars 25 forks source link

Seeder does not have a namespace #41

Closed KenHuangTW closed 5 months ago

KenHuangTW commented 6 months ago

As the title suggests, RolesAndPermissionsSeeder.php does not include a namespace, which prevents me from using php artisan db:seed --class=RolesAndPermissionsSeeder.

I hope to be able to specify the Seeder for import.

leandrogehlen commented 6 months ago

Please, make a PR to solve it

leandrogehlen commented 5 months ago

ref #43