call(LaratrustSeeder::class); $this->call(UserTableSeeder::class); $this->call(RoomTypeTableSeeder::class); $this->call(StatusTableSeeder::class); $this->call('PagesTableSeeder'); $this->call('PageTranslationsTableSeeder'); $this->call('PostsTableSeeder'); $this->call('PostTranslationsTableSeeder'); $this->call('ObjectsTableSeeder'); $this->call('ObjectTranslationsTableSeeder'); $this->call('FloorsTableSeeder'); $this->call('FloorTranslationsTableSeeder'); $this->call('PropertiesTableSeeder'); $this->call('PropertyTranslationsTableSeeder'); $this->call('UploadsTableSeeder'); $this->call('RoomsTableSeeder'); } }