INIT
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Zimbabwe",
|
||||
"subdivisions" => [
|
||||
"BU" => "Bulawayo",
|
||||
"HA" => "Harare",
|
||||
"MA" => "Manicaland",
|
||||
"MC" => "Mashonaland Central",
|
||||
"ME" => "Mashonaland East",
|
||||
"MI" => "Midlands",
|
||||
"MN" => "Matabeleland North",
|
||||
"MS" => "Matabeleland South",
|
||||
"MV" => "Masvingo",
|
||||
"MW" => "Mashonaland West"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user