diff --git a/src/Faker/Provider/en_ZA/Internet.php b/src/Faker/Provider/en_ZA/Internet.php index 8c12a918..83f2a4eb 100644 --- a/src/Faker/Provider/en_ZA/Internet.php +++ b/src/Faker/Provider/en_ZA/Internet.php @@ -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'); }