call(LaratrustSeeder::class); $this->call(UserTableSeeder::class); $this->call('LocationTypesTableSeeder'); $this->call('LocationTypeTranslationsTableSeeder'); $this->call('LocationsTableSeeder'); $this->call('LocationTranslationsTableSeeder'); $this->call('VehiclesTableSeeder'); $this->call('VehicleTranslationsTableSeeder'); $this->call('RoutesTableSeeder'); $this->call('PricesTableSeeder'); $this->call('PagesTableSeeder'); $this->call('PageTranslationsTableSeeder'); $this->call('PostsTableSeeder'); $this->call('PostTranslationsTableSeeder'); $this->call('ToursTableSeeder'); $this->call('TourTranslationsTableSeeder'); } }