mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add eventDispatcher for new page
This commit is contained in:
5
Resources/config/services/controller.yml
Normal file
5
Resources/config/services/controller.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Chill\EventBundle\Controller\EventController:
|
||||
arguments:
|
||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
||||
tags: ['controller.service_arguments']
|
Reference in New Issue
Block a user