Guest User

Untitled

a guest
Feb 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # config/validator/validation.yaml
  2. App\Entity\User:
  3. properties:
  4. email:
  5. - Email: { groups: [registration] }
  6. password:
  7. - NotBlank: { groups: [registration] }
  8. - Length: { min: 7, groups: [registration] }
  9. city:
  10. - Length:
  11. min: 2
Add Comment
Please, Sign In to add comment