mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 15:59:52 +01:00
FIX: invalid email domain
This commit is contained in:
parent
123b248470
commit
c7efb35582
@ -5,7 +5,7 @@ namespace Faker\Provider\sk_SK;
|
||||
class Internet extends \Faker\Provider\Internet
|
||||
{
|
||||
|
||||
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'zoznam.sk', 'atlas.', 'centrum.sk', 'azet.sk', 'post.sk');
|
||||
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'zoznam.sk', 'atlas.sk', 'centrum.sk', 'azet.sk', 'post.sk');
|
||||
|
||||
protected static $tld = array('sk', 'sk', 'sk', 'sk', 'sk', 'sk', 'eu', 'com', 'info', 'net', 'org');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user