Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
296 B

5 years ago
  1. framework:
  2. validation:
  3. enable_annotations: true
  4. email_validation_mode: html5
  5. # Enables validator auto-mapping support.
  6. # For instance, basic validation constraints will be inferred from Doctrine's metadata.
  7. #auto_mapping:
  8. # App\Entity\: []