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

Commit

Permalink
Fixed another bad isbn generator in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 1, 2014
1 parent 9c5c88f commit eb28eb0
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 @@ -423,7 +423,7 @@ class Book extends \Faker\Provider\Base
public function ISBN()
{
return $this->generator->randomNumber(13);
return $this->generator->ean13();
}
}
```
Expand Down

0 comments on commit eb28eb0

Please sign in to comment.