浏览代码

Merge branch 'ns_fix' of https://github.com/Seldaek/symfony into security

Johannes Schmitt 14 年之前
父节点
当前提交
e281e5121e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Symfony/Component/Security/Http/Firewall.php

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Security\Http;
 
 use Symfony\Component\HttpKernel\HttpKernelInterface;
-use Symfony\Component\HttpKernel\Events;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;