rdv->activity: create event for storing the linked activity to a calendar

This commit is contained in:
nobohan
2021-09-21 15:44:45 +02:00
parent 99f2692684
commit 1a6c37e5a6
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
Chill\CalendarBundle\Event\ListenToActivityCreate:
autowire: true
autoconfigure: true
tags:
-
name: 'doctrine.orm.entity_listener'
event: 'postPersist'
entity: 'Chill\ActivityBundle\Entity\Activity'