diff options
author | Jakub Zalas <jakub@zalas.pl> | 2013-11-19 22:19:35 +0000 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-21 07:37:18 +0100 |
commit | 0301d982093cb5590fafa2d6f253146278ae2687 (patch) | |
tree | b49693007edfc1edf99ccba9b951328da3416491 /Http/Authentication | |
parent | cd107f089dc31f7d47c77149d1de8baabaa668d8 (diff) | |
download | symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.zip symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.tar.gz symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.tar.bz2 |
[Security] Added a missing field in SimpleAuthenticationHandler
Diffstat (limited to 'Http/Authentication')
-rw-r--r-- | Http/Authentication/SimpleAuthenticationHandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Authentication/SimpleAuthenticationHandler.php b/Http/Authentication/SimpleAuthenticationHandler.php index ce56ee3..2280d8f 100644 --- a/Http/Authentication/SimpleAuthenticationHandler.php +++ b/Http/Authentication/SimpleAuthenticationHandler.php @@ -32,6 +32,7 @@ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterfa protected $successHandler; protected $failureHandler; protected $simpleAuthenticator; + protected $logger; /** * Constructor. |