1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 08:19:52 +01:00
Johannes Becker 2012-05-30 08:37:24 +02:00
parent 95f27173e4
commit 6a8eb8e8e6

View File

@ -11,5 +11,5 @@ class Company extends \Faker\Provider\Company
'{{lastName}}',
);
protected static $companySuffix = array('GmbH', 'AG', 'KG');
protected static $companySuffix = array('e.G.', 'e.V.', 'GbR', 'GbR', 'OHG mbH', 'GmbH & Co. OHG', 'AG & Co. OHG', 'GmbH', 'GmbH', 'GmbH', 'GmbH', 'AG', 'AG', 'AG', 'AG', 'KG', 'KG', 'KG', 'GmbH & Co. KG', 'GmbH & Co. KG', 'AG & Co. KG', 'Stiftung & Co. KG', 'KGaA', 'GmbH & Co. KGaA', 'AG & Co. KGaA', 'Stiftung & Co. KGaA');
}