Merge branch 'privacyEvent'

This commit is contained in:
2019-01-25 17:53:57 +01:00
3 changed files with 63 additions and 10 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']