call(UserTableSeeder::class); $this->call(CategoryTableSeeder::class); //$this->call(LocationTableSeeder::class); $this->call('PlacesTableSeeder'); $this->call('AreasTableSeeder'); $this->call('PagesTableSeeder'); $this->call('PageTranslationsTableSeeder'); $this->call(PropertyTableSeeder::class); } }