Skip to content

Commit 0dab068

Browse files
committed
disabled auto-mapping for now
1 parent b8dc91a commit 0dab068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/validator/4.3/config/packages/validator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ framework:
44

55
# Enables validator auto-mapping support.
66
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
7-
auto_mapping:
8-
App\Entity\: []
7+
#auto_mapping:
8+
# App\Entity\: []

0 commit comments

Comments
 (0)