Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,120
Widok
0
25/08/2020 1:20 pm
Topic starter
error during seed
1 Answer
0
25/08/2020 1:20 pm
Topic starter
public function run() { // $this->call(UserSeeder::class); require("RoleTableSeeder.php"); require("PermissionTableSeeder.php"); require("DepartmentTableSeeder.php"); $this->call(RoleTableSeeder::class); $this->call(PermissionTableSeeder::class); $this->call(DepartmentTableSeeder::class); }