diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-11 11:40:22 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-11 11:40:22 +0100 |
commit | 78e25f39b81ccadc5ead77f2c1e1099492875a9c (patch) | |
tree | fe17f750b6e99a2bdf4fe142fc761767fe5cff30 /Http/Authentication | |
parent | cd62a1fb293e48ce01a292321b1bc48c1db89723 (diff) | |
download | symfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.zip symfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.tar.gz symfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.tar.bz2 |
Diffstat (limited to 'Http/Authentication')
-rw-r--r-- | Http/Authentication/DefaultAuthenticationSuccessHandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/Http/Authentication/DefaultAuthenticationSuccessHandler.php index dc7cbe5..dd7a7d5 100644 --- a/Http/Authentication/DefaultAuthenticationSuccessHandler.php +++ b/Http/Authentication/DefaultAuthenticationSuccessHandler.php @@ -58,7 +58,6 @@ class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandle return $this->httpUtils->createRedirectResponse($request, $this->determineTargetUrl($request)); } - /** * Get the provider key. * |