mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-20 23:39:51 +01:00
Remove stateAbbr suffix from address formats
This commit is contained in:
parent
a8f2d4feb4
commit
20bcc12b0d
@ -59,7 +59,7 @@ class Address extends \Faker\Provider\Address
|
||||
'{{buildingNumber}} {{streetName}} {{secondaryAddress}}',
|
||||
);
|
||||
protected static $addressFormats = array(
|
||||
"{{streetAddress}}\n{{city}}, {{stateAbbr}} {{postcode}}",
|
||||
"{{streetAddress}}\n{{city}}, {{provinceAbbr}} {{postcode}}",
|
||||
);
|
||||
protected static $secondaryAddressFormats = array('Apt. ###', 'Suite ###');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user