Remove default
clause at EntityRepository::resolveMagicCall()
This commit is contained in:
parent
591bae0855
commit
61f6b667c0
1 changed files with 0 additions and 3 deletions
|
@ -323,9 +323,6 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
|
||||
case 4:
|
||||
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
|
||||
|
||||
default:
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue