PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
lt_LT
<?php namespace Faker\Provider\lt_LT; class Internet extends \Faker\Provider\Internet { protected static $userNameFormats = [ '{{lastNameMale}}.{{firstNameMale}}', '{{lastNameFemale}}.{{firstNameFemale}}', '{{firstNameMale}}##', '{{firstNameFemale}}##', '?{{lastNameFemale}}', '?{{lastNameMale}}', ]; protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com']; protected static $tld = ['com', 'com', 'net', 'org', 'lt', 'lt', 'lt', 'lt', 'lt']; }
[-] Internet.php
[edit]
[+]
..
[-] Address.php
[edit]
[-] Company.php
[edit]
[-] Person.php
[edit]
[-] .htaccess
[edit]
[-] Payment.php
[edit]
[-] PhoneNumber.php
[edit]