mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 03:04:22 +00:00
17 lines
542 B
YAML
17 lines
542 B
YAML
services:
|
|
chill.person.security.authorization.person:
|
|
class: Chill\PersonBundle\Security\Authorization\PersonVoter
|
|
arguments:
|
|
- "@chill.main.security.authorization.helper"
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodVoter:
|
|
arguments:
|
|
- "@chill.main.security.authorization.helper"
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|
|
|