| Path : /var/www/html/mini-moneyexchange/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/mini-moneyexchange/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Company.php |
<?php
namespace Faker\Provider\fr_BE;
class Company extends \Faker\Provider\fr_FR\Company
{
protected static $formats = [
'{{lastName}} {{companySuffix}}',
'{{lastName}}',
];
protected static $companySuffix = ['ASBL', 'SCS', 'SNC', 'SPRL', 'Associations', 'Entreprise individuelle', 'GEIE', 'GIE', 'SA', 'SCA', 'SCRI', 'SCRL'];
}