Skip to content
Snippets Groups Projects
Commit 7fad4925 authored by Simon Morvan's avatar Simon Morvan
Browse files

Fix dependency retrieval from the inner service

parent ef4020e3
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ class EarlyRenderingControllerWrapperSubscriber extends OriginalEarlyRenderingCo
public function __construct($originalService) {
$this->originalService = $originalService;
parent::__construct($this->argumentResolver, $this->renderer);
parent::__construct($this->originalService->argumentResolver, $this->originalService->renderer);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment