Files
chill-bundles/src/Bundle/ChillEventBundle/config/services/security.yaml
2024-06-25 11:24:57 +00:00

15 lines
383 B
YAML

services:
Chill\EventBundle\Security\EventVoter:
autowire: true
autoconfigure: true
tags:
- { name: security.voter }
- { name: chill.role }
Chill\EventBundle\Security\ParticipationVoter:
autowire: true
autoconfigure: true
tags:
- { name: security.voter }
- { name: chill.role }