mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
17 lines
795 B
YAML
17 lines
795 B
YAML
services:
|
|
Chill\TaskBundle\Timeline\TaskLifeCycleEventTimelineProvider:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$registry: '@Symfony\Component\Workflow\Registry'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
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' }
|