mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
448 B
YAML
12 lines
448 B
YAML
services:
|
|
Chill\TaskBundle\Workflow\TaskWorkflowManager: ~
|
|
|
|
Chill\TaskBundle\Workflow\Definition\DefaultTaskDefinition:
|
|
tags:
|
|
- { name: 'chill_task.workflow_definition' }
|
|
|
|
Chill\TaskBundle\Workflow\Event\DefaultTaskGuardEvent:
|
|
arguments:
|
|
- '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
tags:
|
|
- { name: kernel.event_subscriber } |