1<?php
2
3namespace Faker\Provider\en_UG;
4
5class Internet extends \Faker\Provider\Internet
6{
7    protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com', 'gmail.co.ug', 'yahoo.co.ug', 'hotmail.co.ug');
8    protected static $tld = array('com', 'com', 'com', 'com', 'com', 'com', 'biz', 'info', 'net', 'org', 'co.ug', 'ug');
9}
10