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

Commit

Permalink
Fix method name for en_NZ provider in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gdhnz authored Oct 8, 2018
1 parent 82daf83 commit dcb32a0
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 @@ -925,7 +925,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 dcb32a0

Please sign in to comment.