diff options
author | Johannes Schmitt <schmittjoh@gmail.com> | 2011-02-11 01:07:59 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-02-12 21:53:04 +0100 |
commit | d2c92956f4fcc7c980363f369b5f8bd545539eb5 (patch) | |
tree | 46012ea8f72f7583d656c5cbccff487e327f7508 /Http/EntryPoint | |
parent | 0c9e3edd50a02b8ac80f5ba9165df792b28575c7 (diff) | |
download | symfony-security-d2c92956f4fcc7c980363f369b5f8bd545539eb5.zip symfony-security-d2c92956f4fcc7c980363f369b5f8bd545539eb5.tar.gz symfony-security-d2c92956f4fcc7c980363f369b5f8bd545539eb5.tar.bz2 |
[Security] Refactored security context, moved getUser() implementation to templating
Diffstat (limited to 'Http/EntryPoint')
-rw-r--r-- | Http/EntryPoint/FormAuthenticationEntryPoint.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/EntryPoint/FormAuthenticationEntryPoint.php b/Http/EntryPoint/FormAuthenticationEntryPoint.php index 7bf4881..0993fa7 100644 --- a/Http/EntryPoint/FormAuthenticationEntryPoint.php +++ b/Http/EntryPoint/FormAuthenticationEntryPoint.php @@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface; -use Symfony\Component\Security\Core\SecurityContext; use Symfony\Component\HttpKernel\HttpKernelInterface; /** |