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 #1595 from gdhnz/gdhnz-patch-1
Browse files Browse the repository at this point in the history
Fix method name for en_NZ provider in readme
  • Loading branch information
fzaninotto authored Nov 5, 2019
2 parents 19c927e + dcb32a0 commit 81b3400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ echo $faker->name; // 'Oluwunmi Mayowa'
<?php

// Generates a cell (mobile) phone number
echo $faker->cellNumber; // "021 123 4567"
echo $faker->mobileNumber; // "021 123 4567"

// Generates a toll free number
echo $faker->tollFreeNumber; // "0800 123 456"
Expand Down

0 comments on commit 81b3400

Please sign in to comment.