File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Bundle/FrameworkBundle/DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +2
-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 )
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Cache \Adapter \ArrayAdapter ;
22
22
use Symfony \Component \Cache \DoctrineProvider as SymfonyDoctrineProvider ;
23
23
use Symfony \Component \Validator \Context \ExecutionContextFactory ;
24
+ use Symfony \Component \Validator \Exception \LogicException ;
24
25
use Symfony \Component \Validator \Exception \ValidatorException ;
25
26
use Symfony \Component \Validator \Mapping \Factory \LazyLoadingMetadataFactory ;
26
27
use Symfony \Component \Validator \Mapping \Factory \MetadataFactoryInterface ;
You can’t perform that action at this time.
0 commit comments