@@ -79,7 +79,7 @@ |
||
| 79 | 79 | $entity->update($mapped); |
| 80 | 80 | return $entity; |
| 81 | 81 | } |
| 82 | - $factory = $this->entityManager->factory($this->getEntityTypeName()); |
|
| 82 | + $factory = $this->entityManager->factory($this->getEntityTypeName()); |
|
| 83 | 83 | $this->repository[$mapped->id] = $factory->create($mapped, $this->getEntityTypeName()); |
| 84 | 84 | return $this->repository[$mapped->id]; |
| 85 | 85 | } |