mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 09:14:23 +00:00
11 lines
341 B
YAML
11 lines
341 B
YAML
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 }
|