mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
14 lines
529 B
YAML
14 lines
529 B
YAML
services:
|
|
chill_main.validator_user_circle_consistency:
|
|
class: Chill\MainBundle\Validator\Constraints\Entity\UserCircleConsistencyValidator
|
|
arguments:
|
|
- "@chill.main.security.authorization.helper"
|
|
tags:
|
|
- { name: "validator.constraint_validator" }
|
|
|
|
Chill\MainBundle\Validation\Validator\UserUniqueEmailAndUsername:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
tags:
|
|
- { name: "validator.constraint_validator" }
|