@@ -94,7 +94,7 @@ |
||
94 | 94 | public function remove($object) |
95 | 95 | { |
96 | 96 | $this->getUnitOfWork()->getEntityPersister(get_class($object)) |
97 | - ->delete($object); |
|
97 | + ->delete($object); |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | /** {@inheritdoc} */ |