diff options
-rw-r--r-- | Http/Firewall/AbstractAuthenticationListener.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Http/Firewall/AbstractAuthenticationListener.php b/Http/Firewall/AbstractAuthenticationListener.php index f5969d8..5270e8d 100644 --- a/Http/Firewall/AbstractAuthenticationListener.php +++ b/Http/Firewall/AbstractAuthenticationListener.php @@ -53,13 +53,14 @@ abstract class AbstractAuthenticationListener implements ListenerInterface protected $logger; protected $authenticationManager; protected $providerKey; + protected $httpUtils; + private $securityContext; private $sessionStrategy; private $dispatcher; private $successHandler; private $failureHandler; private $rememberMeServices; - private $httpUtils; /** * Constructor. |