소스 검색

[FrameworkBundle] fixed router:apache-dump command

Fabien Potencier 14 년 전
부모
커밋
4e877a84ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php

@@ -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')) {