1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-21 15:59:52 +01:00

fix typo in en_ZA Internet provider

This commit is contained in:
Bjorn Theart 2014-04-01 11:07:36 +02:00
parent 991e39d280
commit 40d8116e26

View File

@ -5,5 +5,5 @@ namespace Faker\Provider\en_ZA;
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');
protected static $tld = array('co.za', 'co.za', 'co.za', 'co.za', 'com', 'com', 'net');
}