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