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 #776 from daniel-mueller/master
Browse files Browse the repository at this point in the history
Fix for Mistake in Methodname
  • Loading branch information
fzaninotto committed Nov 16, 2015
2 parents cd5fb1c + d636bb9 commit 008e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/ORM/CakePHP/Populator.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function addGuesser($class)
* @param array $customModifiers
* @return $this
*/
public function addEntEntityPopulatority($entity, $number, $customColumnFormatters = [], $customModifiers = [])
public function addEntity($entity, $number, $customColumnFormatters = [], $customModifiers = [])
{
if (!$entity instanceof EntityPopulator) {
$entity = new EntityPopulator($entity);
Expand Down

0 comments on commit 008e69f

Please sign in to comment.