File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ CHANGELOG
5
5
---
6
6
7
7
* Add support for configuring semaphores
8
- * Environment variable ` SYMFONY_IDE ` is read by default when ` framework.ide ` config is not set.
8
+ * Environment variable ` SYMFONY_IDE ` is read by default when ` framework.ide ` config is not set
9
9
* Load PHP configuration files by default in the ` MicroKernelTrait `
10
10
* Add ` cache:pool:invalidate-tags ` command
11
11
* Add ` xliff ` support in addition to ` xlf ` for ` XliffFileDumper `
12
12
* Deprecate the ` reset_on_message ` config option. It can be set to ` true ` only and does nothing now
13
13
* Add ` trust_x_sendfile_type_header ` option
14
14
* Add support for first-class callable route controller in ` MicroKernelTrait `
15
- * Add tag ` routing.condition_service ` to autoconfigure routing condition services.
15
+ * Add tag ` routing.condition_service ` to autoconfigure routing condition services
16
16
17
17
6.0
18
18
---
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ class UnusedTagsPass implements CompilerPassInterface
71
71
'property_info.list_extractor ' ,
72
72
'property_info.type_extractor ' ,
73
73
'proxy ' ,
74
+ 'routing.condition_service ' ,
74
75
'routing.expression_language_function ' ,
75
76
'routing.expression_language_provider ' ,
76
77
'routing.loader ' ,
77
78
'routing.route_loader ' ,
78
- 'routing.condition_service ' ,
79
79
'security.authenticator.login_linker ' ,
80
80
'security.expression_language_provider ' ,
81
81
'security.remember_me_aware ' ,
You can’t perform that action at this time.
0 commit comments