mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 03:04:22 +00:00
18 lines
816 B
YAML
18 lines
816 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'
|
|
public: true
|
|
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' }
|