<?php
namespace FakerProvidernl_NL;
class Internet extends FakerProviderInternet
{
protected static $freeEmailDomain = array('gmail.com', 'hotmail.nl', 'live.nl', 'yahoo.nl');
protected static $tld = array('com', 'com', 'com', 'net', 'org', 'nl', 'nl', 'nl');
}