change city seeder name

pull/38/head
farid saravi 4 years ago
parent 44f324f8ab
commit 214613fa58

@ -14,7 +14,7 @@ class DatabaseSeeder extends Seeder
$this->call(UserSeeder::class); $this->call(UserSeeder::class);
$this->call(BusinessSeeder::class); $this->call(BusinessSeeder::class);
$this->call(CategorySeeder::class); $this->call(CategorySeeder::class);
$this->call(CitiesSeeder::class); $this->call(CitySeeder::class);
$this->call(DistrictSeeder::class); $this->call(DistrictSeeder::class);
$this->call(DomainSeeder::class); $this->call(DomainSeeder::class);
$this->call(HelpSeeder::class); $this->call(HelpSeeder::class);

Loading…
Cancel
Save