INIT
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Pakistan",
|
||||
"subdivisions" => [
|
||||
"BA" => "Balochistan",
|
||||
"GB" => "Gilgit-Baltistan",
|
||||
"IS" => "Islamabad",
|
||||
"JK" => "Azad Jammu and Kashmir",
|
||||
"KP" => "Khyber Pakhtunkhwa",
|
||||
"PB" => "Punjab",
|
||||
"SD" => "Sindh"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user