Added Sao Paulo Brazil to locations

Added Sao Paulo Brazil to locations
This commit is contained in:
cp6 2022-05-15 16:53:57 +10:00
parent 810954c145
commit 4cf38ba45c

View File

@ -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);