mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 03:19:43 +00:00
10 lines
305 B
YAML
10 lines
305 B
YAML
services:
|
|
Chill\CalendarBundle\Event\ListenToActivityCreate:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
-
|
|
name: 'doctrine.orm.entity_listener'
|
|
event: 'postPersist'
|
|
entity: 'Chill\ActivityBundle\Entity\Activity'
|
|
|