init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Guinea-Bissau",
|
||||
"subdivisions" => [
|
||||
"BA" => "Bafatá",
|
||||
"BL" => "Bolama / Bijagós",
|
||||
"BM" => "Biombo",
|
||||
"BS" => "Bissau",
|
||||
"CA" => "Cacheu",
|
||||
"GA" => "Gabú",
|
||||
"L" => "Leste",
|
||||
"N" => "Norte",
|
||||
"OI" => "Oio",
|
||||
"QU" => "Quinara",
|
||||
"S" => "Sul",
|
||||
"TO" => "Tombali"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user