Part-DB.Part-DB-server/config/packages/validator.yaml

9 lines
263 B
YAML
Raw Normal View History

2019-02-23 16:49:38 +01:00
framework:
validation:
email_validation_mode: html5
2020-01-07 19:00:11 +01:00
# Enables validator auto-mapping support.
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
#auto_mapping:
# App\Entity\: []