init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Cameroon",
|
||||
"subdivisions" => [
|
||||
"AD" => "Adamaoua",
|
||||
"CE" => "Centre",
|
||||
"EN" => "Far North",
|
||||
"ES" => "East",
|
||||
"LT" => "Littoral",
|
||||
"NO" => "North",
|
||||
"NW" => "North-West",
|
||||
"OU" => "West",
|
||||
"SU" => "South",
|
||||
"SW" => "South-West"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user