mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
11 lines
402 B
YAML
11 lines
402 B
YAML
services:
|
|
Chill\TaskBundle\Controller\:
|
|
resource: '../../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\TaskBundle\Controller\SingleTaskController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$timelineBuilder: '@chill_main.timeline_builder'
|
|
tags: ['controller.service_arguments']
|