7 lines
107 B
PHP
7 lines
107 B
PHP
|
<?php
|
||
|
return [
|
||
|
"country" => "South Georgia and the South Sandwich Islands",
|
||
|
"subdivisions" => [
|
||
|
]
|
||
|
];
|