do not update names after person update

This commit is contained in:
Julien Fastré 2022-03-03 12:43:04 +01:00
parent a736c2a67e
commit 19cad9a7a4

View File

@ -7,11 +7,6 @@ services:
event: 'prePersist'
entity: 'Chill\PersonBundle\Entity\Person'
method: 'prePersistPerson'
-
name: 'doctrine.orm.entity_listener'
event: 'preUpdate'
entity: 'Chill\PersonBundle\Entity\Person'
method: 'prePersistPerson'
-
name: 'doctrine.orm.entity_listener'
event: 'prePersist'