Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/fr_CH/ |
Current File : //var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/fr_CH/Company.php |
<?php namespace Faker\Provider\fr_CH; class Company extends \Faker\Provider\fr_FR\Company { protected static $formats = array( '{{lastName}} {{companySuffix}}', '{{lastName}} {{lastName}} {{companySuffix}}', '{{lastName}}', '{{lastName}}', ); protected static $companySuffix = array('AG', 'Sàrl', 'SA', 'GmbH'); }