mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 16:29:55 +01:00
Postcode have 6 letters
This commit is contained in:
parent
99038368d0
commit
07f3d61ba1
@ -13,7 +13,7 @@ class Address extends \Faker\Provider\Base
|
||||
);
|
||||
|
||||
protected static $buildingNumber = array('##');
|
||||
protected static $postcode = array('#####');
|
||||
protected static $postcode = array('######');
|
||||
protected static $country = array(
|
||||
'Украина', 'Российская Федерация', 'США', 'Канада', 'Австралия', 'Австрия',
|
||||
'Азербайджан', 'Аландские острова', 'Албания', 'Алжир', 'Американские острова Самоа', 'Ангилья',
|
||||
|
Loading…
x
Reference in New Issue
Block a user