mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 01:58:36 +00:00
Added Kharkiv Ukraine to locations
Added Kharkiv Ukraine to locations
This commit is contained in:
parent
f5cc42c0fe
commit
810954c145
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue