first implementation of controller

This commit is contained in:
2018-04-16 15:09:50 +02:00
parent 1734727029
commit a02b9edc45
13 changed files with 509 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
services:
#chill_task.single_task_controller:
# class: Chill\TaskBundle\Controller\SingleTaskController
# autowire: true

View File

@@ -0,0 +1,10 @@
services:
chill_task.task_voter:
class: Chill\TaskBundle\Security\Authorization\TaskVoter
arguments:
- "@security.access.decision_manager"
- "@chill.main.security.authorization.helper"
- "@logger"
tags:
- { name: security.voter }
- { name: chill.role }