mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
10 lines
344 B
YAML
10 lines
344 B
YAML
services:
|
|
Chill\TaskBundle\Controller\:
|
|
resource: '../../../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\TaskBundle\Controller\SingleTaskController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
tags: ['controller.service_arguments']
|