init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Belize",
|
||||
"subdivisions" => [
|
||||
"BZ" => "Belize",
|
||||
"CY" => "Cayo",
|
||||
"CZL" => "Corozal",
|
||||
"OW" => "Orange Walk",
|
||||
"SC" => "Stann Creek",
|
||||
"TOL" => "Toledo"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user