• File: Company.php
  • Full Path: /home/masbinta/public_html/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php
  • File size: 284 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'];
}