mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 01:09:50 +01:00
improve common company names pattern probability
This commit is contained in:
parent
0457ecb0cb
commit
6017a9c77a
@ -6,6 +6,10 @@ class Company extends \Faker\Provider\Company
|
||||
{
|
||||
protected static $formats = array(
|
||||
'{{lastName}}',
|
||||
'{{lastName}}',
|
||||
'{{lastName}} {{companySuffix}}',
|
||||
'{{lastName}} {{companySuffix}}',
|
||||
'{{lastName}} {{companySuffix}}',
|
||||
'{{lastName}} {{companySuffix}}',
|
||||
'{{companyPrefix}} {{lastName}}',
|
||||
'{{lastName}}-{{lastName}}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user