File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,9 @@ class UnusedTagsPass implements CompilerPassInterface
74
74
'routing.expression_language_provider ' ,
75
75
'routing.loader ' ,
76
76
'routing.route_loader ' ,
77
- 'security.authenticator.login_linker ' ,
78
77
'security.expression_language_provider ' ,
79
78
'security.remember_me_aware ' ,
80
- 'security.remember_me_handler ' ,
79
+ 'security.authenticator.login_linker ' ,
81
80
'security.voter ' ,
82
81
'serializer.encoder ' ,
83
82
'serializer.normalizer ' ,
@@ -92,7 +91,6 @@ class UnusedTagsPass implements CompilerPassInterface
92
91
'validator.auto_mapper ' ,
93
92
'validator.constraint_validator ' ,
94
93
'validator.initializer ' ,
95
- 'workflow.definition ' ,
96
94
];
97
95
98
96
public function process (ContainerBuilder $ container )
You can’t perform that action at this time.
0 commit comments