Update DefaultAuthenticationSuccessHandler.php

This commit is contained in:
ureimers 2014-03-13 12:42:02 +01:00 committed by Fabien Potencier
parent fe91a2ca62
commit 7fc0c5f1fd

View File

@ -18,9 +18,6 @@ use Symfony\Component\Security\Http\HttpUtils;
/**
* Class with the default authentication success handling logic.
*
* Can be optionally be extended from by the developer to alter the behaviour
* while keeping the default behaviour.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
* @author Alexander <iam.asm89@gmail.com>