File "Company.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace 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.'];
}