We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6051b9 commit fca7654Copy full SHA for fca7654
DependencyInjection/Compiler/UnusedTagsPass.php
@@ -62,6 +62,7 @@ class UnusedTagsPass implements CompilerPassInterface
62
'twig.loader',
63
'validator.constraint_validator',
64
'validator.initializer',
65
+ 'validator.auto_mapper',
66
];
67
68
public function process(ContainerBuilder $container)
0 commit comments