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