Blame | Letzte Änderung | Log anzeigen | RSS feed
<?phpnamespace Faker\Provider\hu_HU;class Company extends \Faker\Provider\Company{protected static $formats = ['{{lastName}} {{companySuffix}}','{{lastName}}',];protected static $companySuffix = ['Kft.', 'és Tsa', 'Kht', 'Zrt.', 'Nyrt.', 'Bt.'];}