Preparations for a Dutch fork

This commit is contained in:
Paul Willen
2023-11-24 15:37:05 +01:00
parent c76dbcb8cc
commit debe4f4093
7 changed files with 907 additions and 7 deletions

View File

@@ -118,6 +118,13 @@ class DatabaseSeeder extends Seeder
'longitude' => 21,
'latitude' => 44,
]);
Country::create([
'name' => 'Nederland',
'code' => 'nl',
'language_codes' => ['nl'],
'longitude' => 21,
'latitude' => 44,
]);
City::create([
'country_id' => 1,
'name' => 'Füssen',