Skip to content

Commit b43d6e6

Browse files
committed
Fix merge
1 parent f2b7c03 commit b43d6e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ class UnusedTagsPass implements CompilerPassInterface
7272
'routing.expression_language_provider',
7373
'routing.loader',
7474
'routing.route_loader',
75-
'security.authenticator.login_linker',
7675
'security.expression_language_provider',
7776
'security.remember_me_aware',
77+
'security.authenticator.login_linker',
7878
'security.voter',
7979
'serializer.encoder',
8080
'serializer.normalizer',
@@ -88,7 +88,6 @@ class UnusedTagsPass implements CompilerPassInterface
8888
'validator.auto_mapper',
8989
'validator.constraint_validator',
9090
'validator.initializer',
91-
'workflow.definition',
9291
];
9392

9493
public function process(ContainerBuilder $container)

0 commit comments

Comments
 (0)