mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
eventlistener added to capitalize names correctly
This commit is contained in:
@@ -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'
|
Reference in New Issue
Block a user