mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 09:19:50 +01:00
Update Internet.php
This commit is contained in:
parent
c0311f607f
commit
d7a7a4fbfb
@ -7,6 +7,14 @@ class Internet extends \Faker\Provider\Internet
|
||||
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'email.it', 'libero.it', 'yahoo.it');
|
||||
protected static $tld = array('com', 'com', 'com', 'net', 'org', 'it', 'it', 'it');
|
||||
|
||||
/**
|
||||
* @{inheritdoc}
|
||||
*/
|
||||
public function userName()
|
||||
{
|
||||
return static::toAscii(parent::userName());
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts Italian characters to their ASCII representation
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user