validator.yaml 263 B

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