Added Kharkiv Ukraine to locations

Added Kharkiv Ukraine to locations
This commit is contained in:
cp6 2022-05-15 16:51:44 +10:00
parent f5cc42c0fe
commit 810954c145

View File

@ -94,7 +94,8 @@ class LocationsSeeder extends Seeder
['name' => 'Washington, USA'], ['name' => 'Washington, USA'],
['name' => 'Wellington, New Zealand'], ['name' => 'Wellington, New Zealand'],
['name' => 'Zurich, Switzerland'], ['name' => 'Zurich, Switzerland'],
['name' => 'Quebec, Canada'] ['name' => 'Quebec, Canada'],
['name' => 'Kharkiv , Ukraine'],
]; ];
DB::table('locations')->insert($locations); DB::table('locations')->insert($locations);