Framework Update

This commit is contained in:
2024-01-31 22:15:08 +08:00
parent b5ff5e8b5f
commit 20678a6a0c
1459 changed files with 25954 additions and 16153 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
"country" => "Liberia",
"subdivisions" => [
"BG" => "Bong",
"BM" => "Bomi",
"CM" => "Grand Cape Mount",
"GB" => "Grand Bassa",
"GG" => "Grand Gedeh",
"GK" => "Grand Kru",
"GP" => "Gbarpolu",
"LO" => "Lofa",
"MG" => "Margibi",
"MO" => "Montserrado",
"MY" => "Maryland",
"NI" => "Nimba",
"RG" => "River Gee",
"RI" => "River Cess",
"SI" => "Sinoe"
]
];