فهرست منبع

[Security] Missing Event namespace in SwitchUserListener

Jeremy Mikola 14 سال پیش
والد
کامیت
0169892dcd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php

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

@@ -17,6 +17,7 @@ use Symfony\Component\Security\Core\User\UserProviderInterface;
 use Symfony\Component\Security\Core\User\AccountCheckerInterface;
 use Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface;
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Symfony\Component\EventDispatcher\Event;
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
 use Symfony\Component\EventDispatcher\EventInterface;
 use Symfony\Component\Security\Core\Exception\AuthenticationException;