mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
584 B
YAML
15 lines
584 B
YAML
services:
|
|
Chill\TaskBundle\Form\:
|
|
resource: '../../Form/'
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\TaskBundle\Form\SingleTaskListType:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
$taskWorkflowManager: '@Chill\TaskBundle\Workflow\TaskWorkflowManager'
|
|
tags:
|
|
- { name: form.type }
|