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 159817a commit 1a7b2cfCopy full SHA for 1a7b2cf
DependencyInjection/Compiler/UnusedTagsPass.php
@@ -78,6 +78,7 @@ class UnusedTagsPass implements CompilerPassInterface
78
'proxy',
79
'remote_event.consumer',
80
'routing.condition_service',
81
+ 'routing.controller',
82
'routing.expression_language_function',
83
'routing.expression_language_provider',
84
'routing.loader',
Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
@@ -19,6 +19,7 @@ public static function getDefinedTags(): array
19
{
20
$tags = [
21
'proxy' => true,
22
+ 'routing.controller' => true,
23
];
24
25
// get all tags used in XML configs
0 commit comments