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