Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| data.email | There is already an account with this email | "cabjeanmartmf@gmail.com" |
Symfony\Component\Validator\ConstraintViolation {#1490 -message: "There is already an account with this email" -messageTemplate: "There is already an account with this email" -parameters: [ "{{ value }}" => ""cabjeanmartmf@gmail.com"" ] -plural: null -root: Symfony\Component\Form\Form {#688 : "registration_form" : "App\Form\RegistrationFormType" : App\Entity\User {#603 -id: null -email: "cabjeanmartmf@gmail.com" -roles: [] -password: null -Nom: "jeanmart" -Prenom: "marie france" -Telephone: "0472965454" -reservations: Doctrine\Common\Collections\ArrayCollection {#496 …} -IgnorePaiement: null -Archive: null -Token: null } } -propertyPath: "data.email" -invalidValue: "cabjeanmartmf@gmail.com" -constraint: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#968 …} -code: "23bd9dbf-6b9b-41cd-a99e-4844bcf3077f" -cause: [ App\Entity\User {#1222 -id: 317 -email: "cabjeanmartmf@gmail.com" -roles: [ "ROLE_CLIENT" ] -password: "$2y$13$ajat.4NNYoiuPo8CIkSNxui7N0hm8gOYsaG.BD5Upnt2DuO8B55LG" -Nom: "Jeanmart" -Prenom: "Marie-France" -Telephone: "0472 965454" -reservations: Doctrine\ORM\PersistentCollection {#1225 …} -IgnorePaiement: null -Archive: 0 -Token: "3191685f3686ff822a945dae9e229547" } ] } |