[FrameworkBundle] fixed router:apache-dump command

This commit is contained in:
Fabien Potencier 2011-01-30 11:37:38 +01:00
parent 0c439e2c64
commit 4e877a84ad

View File

@ -52,7 +52,7 @@ EOF
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$router = $this->container->get('router');
$router = $this->container->get('router.real');
$dumpOptions = array();
if ($input->getArgument('script_name')) {