mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
18 lines
734 B
YAML
18 lines
734 B
YAML
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"
|
|
Chill\TaskBundle\Repository\SingleTaskRepository: '@chill_task.single_task_repository'
|
|
|
|
Chill\TaskBundle\Repository\SingleTaskAclAwareRepository:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\TaskBundle\Repository\SingleTaskAclAwareRepositoryInterface: '@Chill\TaskBundle\Repository\SingleTaskAclAwareRepository'
|