Skip to content

Commit

Permalink
Update AuthenticationSuccessHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RonRademaker committed Nov 2, 2020
1 parent 600f90c commit 5499134
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5499134

Please sign in to comment.