call(UserSeeder::class); $this->call(AdminSeeder::class); $this->call(RolePermissionSeeder::class); $this->call(MenusTableSeeder::class); } }