privacyEvent, add event to show and list Actions

This commit is contained in:
Mat
2018-10-16 15:28:59 +02:00
parent e25621ef79
commit 32d5d448e0
2 changed files with 41 additions and 8 deletions

View File

@@ -2,3 +2,8 @@ services:
Chill\TaskBundle\Controller\:
resource: '../../../Controller'
tags: ['controller.service_arguments']
Chill\TaskBundle\Controller\SingleTaskController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
tags: ['controller.service_arguments']