<?php
namespace FakerProviderfr_CH;
class Company extends FakerProviderfr_FRCompany
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{lastName}} {{companySuffix}}',
'{{lastName}}',
'{{lastName}}',
);
protected static $companySuffix = array('AG', 'Sàrl', 'SA', 'GmbH');
}