1
0
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:
Alexander Kazakov 2013-08-06 21:19:59 +04:00
parent 3613b1466d
commit f8c77b4f5e

View File

@ -6,7 +6,7 @@ class Person extends \Faker\Provider\Person
{
protected static $formats = array(
'{{firstName}} {{middleName}} {{lastName}}',
'{{lastName}} {{firstName}} {{lastName}}',
'{{lastName}} {{firstName}} {{middleName}}',
);
/**