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 5de56eb commit c75e486Copy full SHA for c75e486
src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php
@@ -137,7 +137,7 @@ private function extractCallable(Route $route)
137
}
138
139
140
- $nameParser = $this->getContainer()->get('controller_name_converter');
+ $nameParser = new ControllerNameParser($this->getApplication()->getKernel());
141
try {
142
$shortNotation = $nameParser->build($controller);
143
$route->setDefault('_controller', $shortNotation);
0 commit comments