| Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/el_CY/ |
| Current File : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/el_CY/Company.php |
<?php
namespace Faker\Provider\el_CY;
class Company extends \Faker\Provider\Company
{
protected static $companySuffix = array(
'ΛΤΔ',
'Δημόσια εταιρεία',
'& Υιοι',
'& ΣΙΑ',
);
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}}-{{lastName}}',
);
}