validation.yml 125B

1234567
  1. ##
  2. Muzich\CoreBundle\Entity\User:
  3. properties:
  4. username:
  5. - MinLength: { limit: 3}
  6. - MaxLength: { limit: 32}