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 f2b7c03 commit b43d6e6Copy full SHA for b43d6e6
DependencyInjection/Compiler/UnusedTagsPass.php
@@ -72,9 +72,9 @@ class UnusedTagsPass implements CompilerPassInterface
72
'routing.expression_language_provider',
73
'routing.loader',
74
'routing.route_loader',
75
- 'security.authenticator.login_linker',
76
'security.expression_language_provider',
77
'security.remember_me_aware',
+ 'security.authenticator.login_linker',
78
'security.voter',
79
'serializer.encoder',
80
'serializer.normalizer',
@@ -88,7 +88,6 @@ class UnusedTagsPass implements CompilerPassInterface
88
'validator.auto_mapper',
89
'validator.constraint_validator',
90
'validator.initializer',
91
- 'workflow.definition',
92
];
93
94
public function process(ContainerBuilder $container)
0 commit comments