mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
services:
|
|
chill.person.security.authorization.person:
|
|
autowire: true
|
|
autoconfigure: true
|
|
class: Chill\PersonBundle\Security\Authorization\PersonVoter
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodCommentVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: security.voter }
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodResourceVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: security.voter }
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodWorkVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodWorkEvaluationVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Security\Authorization\AccompanyingPeriodWorkEvaluationDocumentVoter:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Security\Authorization\HouseholdVoter:
|
|
autowire: true
|
|
autoconfigure: true
|