| Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/he_IL/ |
| Current File : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/he_IL/Company.php |
<?php
namespace Faker\Provider\he_IL;
class Company extends \Faker\Provider\Company
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} את {{lastName}} {{companySuffix}}',
'{{lastName}} ו{{lastName}}'
);
protected static $companySuffix = array('בע"מ', 'ובניו', 'סוכנויות', 'משווקים');
}