| Current Path : /home/webg5288/www/laravel_kendal/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/ |
| Current File : /home/webg5288/www/laravel_kendal/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php |
<?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.'];
}