PATH:
home
/
lab2454c
/
credityorkgroup.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
nl_BE
<?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']; }
[-] Internet.php
[edit]
[+]
..
[-] Address.php
[edit]
[-] Company.php
[edit]
[-] Person.php
[edit]
[-] Text.php
[edit]
[-] Payment.php
[edit]
[-] PhoneNumber.php
[edit]