mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Added Sao Paulo Brazil to locations
Added Sao Paulo Brazil to locations
This commit is contained in:
parent
810954c145
commit
4cf38ba45c
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ class LocationsSeeder extends Seeder
|
|||
['name' => 'Wellington, New Zealand'],
|
||||
['name' => 'Zurich, Switzerland'],
|
||||
['name' => 'Quebec, Canada'],
|
||||
['name' => 'Kharkiv , Ukraine'],
|
||||
['name' => 'Kharkiv, Ukraine'],
|
||||
['name' => 'Sao Paulo, Brazil'],
|
||||
];
|
||||
|
||||
DB::table('locations')->insert($locations);
|
||||
|
|
Loading…
Add table
Reference in a new issue