Feature #3 : Districts
This commit is contained in:
@@ -14,7 +14,8 @@ class LocationDatabaseSeeder extends Seeder
|
||||
{
|
||||
$this->call([
|
||||
ProvinceSeeder::class,
|
||||
CitySeeder::class
|
||||
CitySeeder::class,
|
||||
DistrictSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user