1
0
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:
David Faux 2013-12-04 12:27:53 +02:00
parent b07eec9644
commit bd8f6afbc1

View 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');
}