first upload all files
This commit is contained in:
17
Modules/Support/Resources/states/CA.php
Normal file
17
Modules/Support/Resources/states/CA.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'AB' => 'Alberta',
|
||||
'BC' => 'British Columbia',
|
||||
'MB' => 'Manitoba',
|
||||
'NB' => 'New Brunswick',
|
||||
'NL' => 'Newfoundland and Labrador',
|
||||
'NT' => 'Northwest Territories',
|
||||
'NS' => 'Nova Scotia',
|
||||
'NU' => 'Nunavut',
|
||||
'ON' => 'Ontario',
|
||||
'PE' => 'Prince Edward Island',
|
||||
'QC' => 'Quebec',
|
||||
'SK' => 'Saskatchewan',
|
||||
'YT' => 'Yukon Territory',
|
||||
];
|
||||
Reference in New Issue
Block a user