add eventDispatcher for new page

This commit is contained in:
2019-01-16 16:27:03 +01:00
parent 735425f2fd
commit a9522d5b4b
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
services:
Chill\EventBundle\Controller\EventController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
tags: ['controller.service_arguments']