mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 11:06:14 +00:00
14 lines
572 B
YAML
14 lines
572 B
YAML
services:
|
|
Chill\TaskBundle\Timeline\TaskLifeCycleEventTimelineProvider:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$registry: '@Symfony\Component\Workflow\Registry'
|
|
tags:
|
|
- { name: 'chill.timeline', context: 'person' }
|
|
Chill\TaskBundle\Timeline\SingleTaskTaskLifeCycleEventTimelineProvider:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$registry: '@Symfony\Component\Workflow\Registry'
|
|
tags:
|
|
- { name: 'chill.timeline', context: 'task' }
|