Remove default
clause at EntityRepository::resolveMagicCall()
This commit is contained in:
parent
591bae0855
commit
61f6b667c0
@ -323,9 +323,6 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||||||
|
|
||||||
case 4:
|
case 4:
|
||||||
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
|
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
|
||||||
|
|
||||||
default:
|
|
||||||
// Do nothing
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user