Framework Update
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Paraguay",
|
||||
"subdivisions" => [
|
||||
"1" => "Concepción",
|
||||
"10" => "Alto Paraná",
|
||||
"11" => "Central",
|
||||
"12" => "Ñeembucú",
|
||||
"13" => "Amambay",
|
||||
"14" => "Canindeyú",
|
||||
"15" => "Presidente Hayes",
|
||||
"16" => "Alto Paraguay",
|
||||
"19" => "Boquerón",
|
||||
"2" => "San Pedro",
|
||||
"3" => "Cordillera",
|
||||
"4" => "Guairá",
|
||||
"5" => "Caaguazú",
|
||||
"6" => "Caazapá",
|
||||
"7" => "Itapúa",
|
||||
"8" => "Misiones",
|
||||
"9" => "Paraguarí",
|
||||
"ASU" => "Asunción"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user