mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 20:16:14 +00:00
13 lines
468 B
YAML
13 lines
468 B
YAML
services:
|
|
Chill\TaskBundle\Templating\TaskTwigExtension:
|
|
arguments:
|
|
$taskWorkflowManager: '@Chill\TaskBundle\Workflow\TaskWorkflowManager'
|
|
tags:
|
|
- { name: 'twig.extension' }
|
|
|
|
Chill\TaskBundle\Templating\UI\CountNotificationTask:
|
|
arguments:
|
|
$singleTaskRepository: '@Chill\TaskBundle\Repository\SingleTaskRepository'
|
|
tags:
|
|
- { name: chill_main.count_notification.user }
|