init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Gambia",
|
||||
"subdivisions" => [
|
||||
"B" => "Banjul",
|
||||
"L" => "Lower River",
|
||||
"M" => "Central River",
|
||||
"N" => "North Bank",
|
||||
"U" => "Upper River",
|
||||
"W" => "Western"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user