mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 15:59:52 +01:00
Merge pull request #160 from alexshadow007/fir_ru_person_format
Fix ru_RU person formats
This commit is contained in:
commit
1deac9d238
@ -6,7 +6,7 @@ class Person extends \Faker\Provider\Person
|
||||
{
|
||||
protected static $formats = array(
|
||||
'{{firstName}} {{middleName}} {{lastName}}',
|
||||
'{{lastName}} {{firstName}} {{lastName}}',
|
||||
'{{lastName}} {{firstName}} {{middleName}}',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user