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:
parent
991e39d280
commit
40d8116e26
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user