Added Sao Paulo Brazil to locations
Added Sao Paulo Brazil to locations
This commit is contained in:
parent
810954c145
commit
4cf38ba45c
|
@ -95,7 +95,8 @@ class LocationsSeeder extends Seeder
|
||||||
['name' => 'Wellington, New Zealand'],
|
['name' => 'Wellington, New Zealand'],
|
||||||
['name' => 'Zurich, Switzerland'],
|
['name' => 'Zurich, Switzerland'],
|
||||||
['name' => 'Quebec, Canada'],
|
['name' => 'Quebec, Canada'],
|
||||||
['name' => 'Kharkiv , Ukraine'],
|
['name' => 'Kharkiv, Ukraine'],
|
||||||
|
['name' => 'Sao Paulo, Brazil'],
|
||||||
];
|
];
|
||||||
|
|
||||||
DB::table('locations')->insert($locations);
|
DB::table('locations')->insert($locations);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user