mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 09:19:50 +01:00
Make state abbreviations all capital
This commit is contained in:
parent
89300811d1
commit
6e57bcb4f2
@ -26,7 +26,7 @@ class Address extends \Faker\Provider\en_US\Address
|
||||
);
|
||||
|
||||
protected static $stateAbbr = array(
|
||||
'ACT', 'NSW', 'NT', 'Qld', 'SA', 'Tas', 'Vic'
|
||||
'ACT', 'NSW', 'NT', 'QLD', 'SA', 'TAS', 'VIC'
|
||||
);
|
||||
|
||||
protected static $streetAddressFormats = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user