Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 02f8d17

Browse files
authored
Merge pull request #1566 from ad3n/patch-2
add .id TLD
2 parents 43f979d + 92255c9 commit 02f8d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Faker/Provider/id_ID/Internet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ class Internet extends \Faker\Provider\Internet
2020
protected static $tld = array(
2121
'com', 'net', 'org', 'asia', 'tv', 'biz', 'info', 'in', 'name', 'co',
2222
'ac.id', 'sch.id', 'go.id', 'mil.id', 'co.id', 'or.id', 'web.id',
23-
'my.id', 'biz.id', 'desa.id',
23+
'my.id', 'biz.id', 'desa.id', 'id',
2424
);
2525
}

0 commit comments

Comments
 (0)