Current Path : /home/lentoinv/test.api.lentoria.com/vendor/fakerphp/faker/src/Faker/Provider/de_AT/ |
Current File : /home/lentoinv/test.api.lentoria.com/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Company.php |
<?php namespace Faker\Provider\de_AT; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{lastName}} {{companySuffix}}', '{{lastName}}', ]; protected static $companySuffix = ['AG', 'EWIV', 'Ges.m.b.H.', 'GmbH', 'KEG', 'KG', 'OEG', 'OG', 'OHG', 'SE']; }