|
1
|
<?php |
|
2
|
|
|
3
|
namespace Faker\Provider\de_AT; |
|
4
|
|
|
5
|
class Internet extends \Faker\Provider\Internet |
|
6
|
{ |
|
7
|
protected static $freeEmailDomain = array('aon.at', 'chello.at', 'gmail.com', 'gmx.at', 'univie.ac.at'); |
|
8
|
protected static $tld = array('at', 'co.at', 'com', 'net', 'org'); |
|
9
|
} |
|
10
|
|