<?php
namespace FakerProviderit_CH;
class Company extends FakerProviderCompany
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{lastName}} {{companySuffix}}',
'{{lastName}}',
'{{lastName}}',
);
protected static $companySuffix = array('SA', 'Sarl');
}