INIT
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Rwanda",
|
||||
"subdivisions" => [
|
||||
"01" => "City of Kigali",
|
||||
"02" => "Eastern",
|
||||
"03" => "Northern",
|
||||
"04" => "Western",
|
||||
"05" => "Southern"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user