File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
1515use Symfony \Component \Security \Core \Exception \LogicException ;
1616use Symfony \Component \Security \Http \Event \LogoutEvent ;
17- use Symfony \Component \Security \Http \RememberMe \ AbstractRememberMeServices ;
17+ use Symfony \Component \Security \Http \Logout \ LogoutHandlerInterface ;
1818
1919/**
2020 * @author Wouter de Jong <wouter@wouterj.nl>
@@ -25,7 +25,7 @@ class RememberMeLogoutListener implements EventSubscriberInterface
2525{
2626 private $ rememberMeServices ;
2727
28- public function __construct (AbstractRememberMeServices $ rememberMeServices )
28+ public function __construct (LogoutHandlerInterface $ rememberMeServices )
2929 {
3030 $ this ->rememberMeServices = $ rememberMeServices ;
3131 }
You can’t perform that action at this time.
0 commit comments