eventlistener added to capitalize names correctly

This commit is contained in:
2022-03-14 11:49:01 +01:00
parent 09e6872724
commit 96e38a8a6d
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
Chill\ThirdPartyBundle\EventListener\ThirdPartyEventListener:
autoconfigure: true
tags:
-
name: 'doctrine.orm.entity_listener'
event: 'prePersist'
entity: 'Chill\ThirdPartyBundle\Entity\ThirdParty'
method: 'prePersistThirdParty'