/
home
/
obinna
/
html
/
cravings
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
he_IL
/
Upload File
HOME
<?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('בע"מ', 'ובניו', 'סוכנויות', 'משווקים'); }