mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-20 23:39:51 +01:00
Add co.za TLD and webmail.co.za free email domain
Decreased com repitition
This commit is contained in:
parent
b07eec9644
commit
bd8f6afbc1
9
src/Faker/Provider/en_ZA/Internet.php
Normal file
9
src/Faker/Provider/en_ZA/Internet.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Faker\Provider\en_GB;
|
||||
|
||||
class Internet extends \Faker\Provider\Internet
|
||||
{
|
||||
protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'webmail.co.za', 'vodamail.co.za');
|
||||
protected static $tld = array('co.za', 'co.za', 'co.za', '.co.za', 'com', 'com', 'net');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user