add list of task

This commit is contained in:
2018-04-17 21:57:56 +02:00
parent fd8b6490d0
commit 9dfa39ff07
6 changed files with 298 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
services:
chill_task.single_task_repository:
class: Chill\TaskBundle\Repository\SingleTaskRepository
factory: ['@doctrine.orm.entity_manager', getRepository]
arguments:
- 'Chill\TaskBundle\Entity\SingleTask'
calls:
- method: setAuthorizationHelper
arguments:
- "@chill.main.security.authorization.helper"