mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-20 23:39:51 +01:00
Update State list to remove duplicated New South Wales and add Tasmania
This commit is contained in:
parent
e89bb5b5ff
commit
89300811d1
@ -22,7 +22,7 @@ class Address extends \Faker\Provider\en_US\Address
|
||||
protected static $postcode = array('####');
|
||||
|
||||
protected static $state = array(
|
||||
'Australian Capital Territory', 'New South Wales', 'Northern Territory', 'Queensland', 'South Australia', 'New South Wales', 'Victoria'
|
||||
'Australian Capital Territory', 'New South Wales', 'Northern Territory', 'Queensland', 'South Australia', 'Tasmania', 'Victoria'
|
||||
);
|
||||
|
||||
protected static $stateAbbr = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user