call(RoleSeeder::class); $this->call(AdminSeeder::class); $this->call(UserSeeder::class); $this->call(PermissionSeeder::class); } }