@@ -168,7 +168,6 @@ |
||
| 168 | 168 | |
| 169 | 169 | $relation = $this::getRelation($relation); |
| 170 | 170 | |
| 171 | - return $getAll ? $relation->fetchAll($this, $this->entityManager) : |
|
| 172 | - $relation->fetch($this, $this->entityManager); |
|
| 171 | + return $getAll ? $relation->fetchAll($this, $this->entityManager) : $relation->fetch($this, $this->entityManager); |
|
| 173 | 172 | } |
| 174 | 173 | } |