@@ -32,7 +32,7 @@ |
||
| 32 | 32 | $this->_em->getEventManager()->addEventListener([Events::preUpdate], $listener); |
| 33 | 33 | |
| 34 | 34 | $this->_em->getClassMetadata(GH6884Person::class) |
| 35 | - ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate'); |
|
| 35 | + ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate'); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | public function testIssue(): void |