Merge pull request #6010 from phansys/entity_repo_count
Update exception message at `EntityRepository::__call()`
This commit is contained in:
commit
e7e142ea4a
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
|
||||
throw new \BadMethodCallException(
|
||||
"Undefined method '$method'. The method name must start with ".
|
||||
"either findBy or findOneBy!"
|
||||
"either findBy, findOneBy or countBy!"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue