7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
return [
|
|
"country" => "Puerto Rico",
|
|
"subdivisions" => [
|
|
]
|
|
];
|