mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
14 lines
506 B
YAML
14 lines
506 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'
|
|
$cachePool: '@cache.user_data'
|
|
tags:
|
|
- { name: chill.count_notification.user }
|