summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/SimpleAuthenticationHandler.php
diff options
context:
space:
mode:
authorJakub Zalas <jakub@zalas.pl>2013-11-19 22:19:35 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2013-11-21 07:37:18 +0100
commit0301d982093cb5590fafa2d6f253146278ae2687 (patch)
treeb49693007edfc1edf99ccba9b951328da3416491 /Http/Authentication/SimpleAuthenticationHandler.php
parentcd107f089dc31f7d47c77149d1de8baabaa668d8 (diff)
downloadsymfony-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/SimpleAuthenticationHandler.php')
-rw-r--r--Http/Authentication/SimpleAuthenticationHandler.php1
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.