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 }