mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
fix deprecations: replace methods by callback in callbacks
This commit is contained in:
parent
e53b181834
commit
2ac4a84114
@ -32,10 +32,10 @@ Chill\PersonBundle\Entity\Person:
|
||||
traverse: true
|
||||
constraints:
|
||||
- Callback:
|
||||
methods: [isAccompanyingPeriodValid]
|
||||
callback: isAccompanyingPeriodValid
|
||||
groups: [accompanying_period_consistent]
|
||||
- Callback:
|
||||
methods: [isAddressesValid]
|
||||
callback: isAddressesValid
|
||||
groups: [addresses_consistent]
|
||||
|
||||
Chill\PersonBundle\Entity\AccompanyingPeriod:
|
||||
|
Loading…
x
Reference in New Issue
Block a user