Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
pt_PT
:
Company.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Faker\Provider\pt_PT; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{lastName}} {{companySuffix}}', '{{lastName}} {{lastName}}', '{{lastName}} e {{lastName}}', '{{lastName}} {{lastName}} {{companySuffix}}', 'Grupo {{lastName}} {{companySuffix}}', ]; protected static $companySuffix = ['e Filhos', 'e Associados', 'Lda.', 'S.A.']; }