mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add list of task
This commit is contained in:
10
Resources/config/services/repositories.yml
Normal file
10
Resources/config/services/repositories.yml
Normal 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"
|
Reference in New Issue
Block a user