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