Bläddra i källkod

[Security] Remove unneeded and invalid use statement

Jordi Boggiano 14 år sedan
förälder
incheckning
e697224efa
1 ändrade filer med 0 tillägg och 1 borttagningar
  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;