INIT
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Denmark",
|
||||
"subdivisions" => [
|
||||
"81" => "Nordjylland",
|
||||
"82" => "Midtjylland",
|
||||
"83" => "Syddanmark",
|
||||
"84" => "Hovedstaden",
|
||||
"85" => "Sjælland"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user