File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Security/Http/EventListener Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
15
15
use Symfony
8CB5
span>\Component \Security \Core \Exception \LogicException ;
16
16
use Symfony \Component \Security \Http \Event \LogoutEvent ;
17
- use Symfony \Component \Security \Http \RememberMe \ AbstractRememberMeServices ;
17
+ use Symfony \Component \Security \Http \Logout \ LogoutHandlerInterface ;
18
18
19
19
/**
20
20
* @author Wouter de Jong <wouter@wouterj.nl>
@@ -25,7 +25,7 @@ class RememberMeLogoutListener implements EventSubscriberInterface
25
25
{
26
26
private $ rememberMeServices ;
27
27
28
- public function __construct (AbstractRememberMeServices $ rememberMeServices )
28
+ public function __construct (LogoutHandlerInterface $ rememberMeServices )
29
29
{
30
30
$ this ->rememberMeServices = $ rememberMeServices ;
31
31
}
You can’t perform that action at this time.
0 commit comments