diff --git a/Execution/Processor.php b/Execution/Processor.php index 24977d0..78d27f0 100644 --- a/Execution/Processor.php +++ b/Execution/Processor.php @@ -42,7 +42,7 @@ public function __construct(ExecutionContextInterface $executionContext, EventDi $this->executionContext = $executionContext; $this->eventDispatcher = $eventDispatcher; - parent::__construct($executionContext->getSchema()); + parent::__construct($executionContext); } /**