소스 검색

fixed namespace + class

Johannes Schmitt 14 년 전
부모
커밋
eb1b7f1e46
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Bundle/FrameworkBundle/Listener/RequestAttributeInitializingListener.php

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Listener/RequestAttributeInitializingListener.php

@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Symfony\Bundle\FrameworkBundle;
+namespace Symfony\Bundle\FrameworkBundle\Listener;
 
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
@@ -27,7 +27,7 @@ use Symfony\Component\Routing\RequestContext;
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */
-class RequestListener
+class RequestAttributeInitializingListener
 {
     private $router;
     private $logger;