File "Company.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php
File size: 338 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Faker\Provider\nl_BE;

class Company extends \Faker\Provider\Company
{
    protected static $formats = [
        '{{lastName}} {{companySuffix}}',
        '{{lastName}}',
    ];

    protected static $companySuffix = ['VZW', 'Comm.V', 'VOF', 'BVBA', 'EBVBA', 'ESV', 'NV', 'Comm.VA', 'CVOA', 'CVBA', '& Zonen', '& Zn'];
}