call(UserSeeder::class); $this->call(AdminSeeder::class); $this->call(RolePermissionSeeder::class); $this->call(MenuSeeder::class); $this->call(RayonSeeder::class); $this->call(RolePermissionSeeder2::class); } }