Current Path : /home/lentoinv/test.api.lentoria.com/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/ |
Current File : /home/lentoinv/test.api.lentoria.com/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php |
<?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']; }