File "Internet.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Internet.php
File size: 368 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Faker\Provider\es_ES;
class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = ['gmail.com', 'hotmail.com', 'hotmail.es', 'yahoo.com', 'yahoo.es', 'live.com', 'hispavista.com', 'latinmail.com', 'terra.com'];
protected static $tld = ['com', 'com', 'com', 'com', 'net', 'org', 'org', 'es', 'es', 'es', 'com.es'];
}