fix typo
This commit is contained in:
parent
a4b85c49c9
commit
ec5ad7136f
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
case 3:
|
||||
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2]);
|
||||
|
||||
case 4;
|
||||
case 4:
|
||||
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue