1
0
mirror of synced 2025-03-06 21:06:16 +03:00

Update exception message at EntityRepository::__call()

This commit is contained in:
Javier Spagnoletti 2016-09-08 13:32:06 -03:00
parent 009e94720b
commit 5353137617

View File

@ -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!"
);
}