Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
<?php
2
 
3
namespace Faker\Provider\de_CH;
4
 
5
class Internet extends \Faker\Provider\Internet
6
{
7
    protected static $freeEmailDomain = [
8
        'gmail.com',
9
        'hotmail.com',
10
        'yahoo.com',
11
        'googlemail.com',
12
        'gmx.ch',
13
        'bluewin.ch',
14
        'swissonline.ch',
15
    ];
16
    protected static $tld = ['com', 'com', 'com', 'net', 'org', 'li', 'ch', 'ch'];
17
}