mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix deprecation error on constraint
This commit is contained in:
parent
e6a1dcd7a4
commit
8c4ddd8342
@ -7,7 +7,8 @@ Chill\MainBundle\Entity\PermissionsGroup:
|
|||||||
roleScopes:
|
roleScopes:
|
||||||
- Valid: ~
|
- Valid: ~
|
||||||
constraints:
|
constraints:
|
||||||
- Callback: [isRoleScopePresentOnce]
|
- Callback:
|
||||||
|
callback: isRoleScopePresentOnce
|
||||||
|
|
||||||
Chill\MainBundle\Entity\User:
|
Chill\MainBundle\Entity\User:
|
||||||
properties:
|
properties:
|
||||||
@ -16,7 +17,8 @@ Chill\MainBundle\Entity\User:
|
|||||||
max: 70
|
max: 70
|
||||||
min: 3
|
min: 3
|
||||||
constraints:
|
constraints:
|
||||||
- Callback: [isGroupCenterPresentOnce]
|
- Callback:
|
||||||
|
callback: isGroupCenterPresentOnce
|
||||||
|
|
||||||
Chill\MainBundle\Entity\RoleScope:
|
Chill\MainBundle\Entity\RoleScope:
|
||||||
constraints:
|
constraints:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user