8000 [FrameworkBundle][Router Cmd] use debug namespace. · symfony/symfony@408df7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 408df7c

Browse files
committed
[FrameworkBundle][Router Cmd] use debug namespace.
1 parent 5b6a95c commit 408df7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9696
} elseif (TraceableUrlMatcher::ROUTE_MATCHES == $trace['level']) {
9797
$output->writeln(sprintf('<fg=green>Route "%s" matches</>', $trace['name']));
9898

99-
$routerDebugcommand = $this->getApplication()->find('router:debug');
99+
$routerDebugcommand = $this->getApplication()->find('debug:router');
100100
$output->writeln('');
101101
$routerDebugcommand->run(new ArrayInput(array('name' => $trace['name'])), $output);
102102

0 commit comments

Comments
 (0)
0