瀏覽代碼

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;