10000 [FrameworkBundle][Router Cmd] Use debug namespace. by aitboudad · Pull Request #12794 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle][Router Cmd] Use debug namespace. #12794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[FrameworkBundle][Router Cmd] use debug namespace.
  • Loading branch information
aitboudad committed Dec 1, 2014
commit 408df7c1ce0a22caac81fce76c7983e15e889b5e
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
} 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);

Expand Down
0