mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
417 B
YAML
12 lines
417 B
YAML
services:
|
|
chill_task.task_voter:
|
|
class: Chill\TaskBundle\Security\Authorization\TaskVoter
|
|
arguments:
|
|
- "@security.access.decision_manager"
|
|
- "@chill.main.security.authorization.helper"
|
|
- '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
- "@logger"
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|