mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 19:46:13 +00:00
12 lines
488 B
YAML
12 lines
488 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'
|