AccompanyingPeriodResource: fix deserialization + code style

This commit is contained in:
2022-01-10 23:08:23 +01:00
parent 8e012982f5
commit 2c4d06371c
8 changed files with 143 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
services:
chill.person.security.authorization.person:
autowire: true
autoconfigure: true
class: Chill\PersonBundle\Security\Authorization\PersonVoter
tags:
- { name: security.voter }
@@ -8,11 +9,19 @@ services:
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 }