mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-05 08:02:33 +02:00
Updated companySuffix formatter (fr_FR)
This commit is contained in:
parent
055f4e9e8b
commit
1d8e4a79cf
@ -11,7 +11,7 @@ class Company extends \Faker\Provider\Company
|
||||
'{{lastName}}',
|
||||
);
|
||||
|
||||
protected static $companySuffix = array('SA', 'S.A.', 'SARL', 'S.A.R.L.', 'S.A.S.');
|
||||
protected static $companySuffix = array('SA', 'S.A.', 'SARL', 'S.A.R.L.', 'S.A.S.', 'et Fils');
|
||||
|
||||
protected static $sirenFormat = "### ### ###";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user