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