Commits ------- 3dcb238 increased visibility of httpUtils property Discussion ---------- increased visibility of httpUtils property
@@ -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.