From d67edaf9caf7410727e8b5a6e0ee093cff6c58ba Mon Sep 17 00:00:00 2001 From: Axel Guckelsberger Date: Tue, 16 Apr 2024 17:35:36 +0200 Subject: [PATCH] remove unneeded default value --- config/packages/validator.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/packages/validator.yaml b/config/packages/validator.yaml index 546b4c8b79..b7740d78e8 100644 --- a/config/packages/validator.yaml +++ b/config/packages/validator.yaml @@ -1,7 +1,6 @@ framework: validation: enable_attributes: true - email_validation_mode: html5 # Enables validator auto-mapping support. # For instance, basic validation constraints will be inferred from Doctrine's metadata.