Skip to content

Commit fca7654

Browse files
committed
[DI] Whitelist validator.auto_mapper in UnusedTagsPass
1 parent d6051b9 commit fca7654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class UnusedTagsPass implements CompilerPassInterface
6262
'twig.loader',
6363
'validator.constraint_validator',
6464
'validator.initializer',
65+
'validator.auto_mapper',
6566
];
6667

6768
public function process(ContainerBuilder $container)

0 commit comments

Comments
 (0)