mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Preparations for a Dutch fork
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user