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