diff options
author | ureimers <ureimers@bimp.de> | 2014-03-13 12:42:02 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-03-14 13:21:43 +0100 |
commit | efead6dbd9f02b485753a33c7559797e8a39dc79 (patch) | |
tree | a75be9bdbc2e142d9e2ecb78d79e7bb940bb014d /Http/Authentication | |
parent | 2a0c07ee32ab4ee7f82834707eaa5dcd662e5705 (diff) | |
download | symfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.zip symfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.tar.gz symfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.tar.bz2 |
Update DefaultAuthenticationSuccessHandler.php
Diffstat (limited to 'Http/Authentication')
-rw-r--r-- | Http/Authentication/DefaultAuthenticationSuccessHandler.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/Http/Authentication/DefaultAuthenticationSuccessHandler.php index dd7a7d5..0c084b9 100644 --- a/Http/Authentication/DefaultAuthenticationSuccessHandler.php +++ b/Http/Authentication/DefaultAuthenticationSuccessHandler.php @@ -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> |