From 5499134a4ff22ba80ccfb3bbe42dc3a4c2d79aee Mon Sep 17 00:00:00 2001 From: Ron Rademaker Date: Mon, 2 Nov 2020 08:04:14 +0100 Subject: [PATCH] Update AuthenticationSuccessHandler.php --- .../Http/Authentication/AuthenticationSuccessHandler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Security/Http/Authentication/AuthenticationSuccessHandler.php b/src/Security/Http/Authentication/AuthenticationSuccessHandler.php index dddd0af..cf55767 100644 --- a/src/Security/Http/Authentication/AuthenticationSuccessHandler.php +++ b/src/Security/Http/Authentication/AuthenticationSuccessHandler.php @@ -15,6 +15,9 @@ use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface; +/** + * @deprecated Use lexik default instead + **/ class AuthenticationSuccessHandler implements AuthenticationSuccessHandlerInterface { private AuthenticationSuccessHandlerInterface $successHandler;