INIT
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Sierra Leone",
|
||||
"subdivisions" => [
|
||||
"E" => "Eastern",
|
||||
"N" => "Northern",
|
||||
"NW" => "North Western",
|
||||
"S" => "Southern",
|
||||
"W" => "Western Area (Freetown)"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user