Skip to content

Commit

Permalink
remove gmail.com.au from free email domains and updated CHANGELOG (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-mask authored Nov 15, 2024
1 parent 8d75fae commit faeb8b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased](https://github.com/FakerPHP/Faker/compare/v1.24.0...1.24.1)

- Removed domain `gmail.com.au` from `Provider\en_AU\Internet` (#886)

## [2024-11-09, v1.24.0](https://github.com/FakerPHP/Faker/compare/v1.23.1..v1.24.0)

- Fix internal deprecations in Doctrine's populator by @gnutix in (#889)
Expand Down
2 changes: 1 addition & 1 deletion src/Faker/Provider/en_AU/Internet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'gmail.com.au', 'yahoo.com.au', 'hotmail.com.au'];
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.com.au', 'hotmail.com.au'];
protected static $tld = ['com', 'com.au', 'org', 'org.au', 'net', 'net.au', 'biz', 'info', 'edu', 'edu.au'];
}

0 comments on commit faeb8b3

Please sign in to comment.