7 lines
74 B
PHP
7 lines
74 B
PHP
|
<?php
|
||
|
return [
|
||
|
"country" => "Isle of Man",
|
||
|
"subdivisions" => [
|
||
|
]
|
||
|
];
|