mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-18 23:06:13 +00:00
15 lines
383 B
YAML
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 }
|