mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-20 23:39:51 +01:00
Fix ru_RU person formats
This commit is contained in:
parent
3613b1466d
commit
f8c77b4f5e
@ -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