<?php
namespace FakerProviderru_RU;
class Internet extends FakerProviderInternet
{
protected static $freeEmailDomain = array('yandex.ru', 'ya.ru', 'narod.ru', 'gmail.com', 'mail.ru', 'list.ru', 'bk.ru', 'inbox.ru', 'rambler.ru', 'hotmail.com');
protected static $tld = array('com', 'com', 'net', 'org', 'ru', 'ru', 'ru', 'ru');
}