mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
21 lines
709 B
YAML
21 lines
709 B
YAML
services:
|
|
chill_event.event_voter:
|
|
class: Chill\EventBundle\Security\Authorization\EventVoter
|
|
arguments:
|
|
- "@security.access.decision_manager"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@logger"
|
|
tags:
|
|
- { name: chill.role }
|
|
- { name: security.voter }
|
|
|
|
chill_event.event_participation:
|
|
class: Chill\EventBundle\Security\Authorization\ParticipationVoter
|
|
arguments:
|
|
- "@security.access.decision_manager"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@logger"
|
|
tags:
|
|
- { name: chill.role }
|
|
- { name: security.voter }
|