Blame | Letzte Änderung | Log anzeigen | RSS feed
<?phpnamespace 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'];}