[FrameworkBundle][Router Cmd] use debug namespace.

This commit is contained in:
Abdellatif AitBoudad 2014-12-01 14:24:26 +00:00
parent 5b6a95c4c2
commit 408df7c1ce

View File

@ -96,7 +96,7 @@ EOF
} elseif (TraceableUrlMatcher::ROUTE_MATCHES == $trace['level']) {
$output->writeln(sprintf('<fg=green>Route "%s" matches</>', $trace['name']));
$routerDebugcommand = $this->getApplication()->find('router:debug');
$routerDebugcommand = $this->getApplication()->find('debug:router');
$output->writeln('');
$routerDebugcommand->run(new ArrayInput(array('name' => $trace['name'])), $output);