• File: Internet.php
  • Full Path: /home/masbinta/public_html/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Internet.php
  • File size: 330 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Faker\Provider\en_IN;

class Internet extends \Faker\Provider\Internet
{
    protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.co.in', 'rediffmail.com'];
    protected static $tld = ['com', 'com', 'com', 'com', 'com', 'com', 'in', 'in', 'in', 'ac.in', 'net', 'org', 'co.in'];
}