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

Commit

Permalink
Merge pull request #1393 from xurizaemon/en_NZ-update_domain_suffixes
Browse files Browse the repository at this point in the history
.nz domain updates
  • Loading branch information
fzaninotto authored Dec 30, 2017
2 parents 4f0b7ef + f7f6251 commit 1bb3d39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Faker/Provider/en_NZ/Internet.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
class Internet extends \Faker\Provider\Internet
{
/**
* An array of common en_NZ (New Zeland) TLD's
* An array of New Zealand TLDs.
*
* @link https://en.wikipedia.org/wiki/.nz
* @var array
*/
protected static $tld = array(
'com', 'co.nz', 'ac.nz', 'geek.nz', 'gen.nz', 'kiwi.nz', 'maori.nz', 'net.nz', 'org.nz', 'school.nz', 'govt.nz', 'iwi.nz', 'mil.nz', 'health.nz', 'parliment.nz'
'com', 'nz', 'ac.nz', 'co.nz', 'geek.nz', 'gen.nz', 'kiwi.nz', 'maori.nz', 'net.nz', 'org.nz', 'school.nz', 'cri.nz', 'govt.nz', 'health.nz', 'iwi.nz', 'mil.nz', 'parliament.nz',
);
}

0 comments on commit 1bb3d39

Please sign in to comment.