LaysenseAuth/vendor/workerman/validation/data/iso_3166-2/RW.php

12 lines
192 B
PHP
Raw Normal View History

2024-08-09 19:46:39 +05:30
<?php
return [
"country" => "Rwanda",
"subdivisions" => [
"01" => "City of Kigali",
"02" => "Eastern",
"03" => "Northern",
"04" => "Western",
"05" => "Southern"
]
];