Skip to content

Commit 95d2ec4

Browse files
authored
Merge pull request #13 from mrosiu/bugfix-readme
Fixed documentation
2 parents 6d3ff88 + 3d891ce commit 95d2ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class FooModelFactory extends ModelFactory
104104
/**
105105
* {@inheritdoc}
106106
*/
107-
public function supports($object)
107+
public function supportsObject($object)
108108
{
109109
return ($object instanceof Foo);
110110
}
@@ -177,7 +177,7 @@ class BazModelFactory extends ModelFactory
177177
/**
178178
* {@inheritdoc}
179179
*/
180-
public function supports($object)
180+
public function supportsObject($object)
181181
{
182182
return ($object instanceof Baz);
183183
}

0 commit comments

Comments
 (0)