Path : /var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/ |
Current File : //var/www/html/solarwindia/vendor/fzaninotto/faker/src/Faker/Provider/nl_NL/Internet.php |
<?php namespace Faker\Provider\nl_NL; class Internet extends \Faker\Provider\Internet { protected static $freeEmailDomain = array('gmail.com', 'hotmail.nl', 'live.nl', 'yahoo.nl'); protected static $tld = array('com', 'com', 'com', 'net', 'org', 'nl', 'nl', 'nl'); }