summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationSuccessHandler.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-12-11 11:40:22 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2012-12-11 11:40:22 +0100
commit78e25f39b81ccadc5ead77f2c1e1099492875a9c (patch)
treefe17f750b6e99a2bdf4fe142fc761767fe5cff30 /Http/Authentication/DefaultAuthenticationSuccessHandler.php
parentcd62a1fb293e48ce01a292321b1bc48c1db89723 (diff)
downloadsymfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.zip
symfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.tar.gz
symfony-security-78e25f39b81ccadc5ead77f2c1e1099492875a9c.tar.bz2
fixed CSv2.1.6v2.1.5
Diffstat (limited to 'Http/Authentication/DefaultAuthenticationSuccessHandler.php')
-rw-r--r--Http/Authentication/DefaultAuthenticationSuccessHandler.php1
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.
*