|
@@ -47,6 +47,7 @@ class ContextListener implements ListenerInterface
|
|
$this->context = $context;
|
|
$this->context = $context;
|
|
$this->userProviders = $userProviders;
|
|
$this->userProviders = $userProviders;
|
|
$this->contextKey = $contextKey;
|
|
$this->contextKey = $contextKey;
|
|
|
|
+ $this->logger = $logger;
|
|
|
|
|
|
if (null !== $dispatcher) {
|
|
if (null !== $dispatcher) {
|
|
$dispatcher->addListener(Events::onCoreResponse, $this);
|
|
$dispatcher->addListener(Events::onCoreResponse, $this);
|