diff --git a/src/OnRequest.php b/src/OnRequest.php index ee771e2..fc46e1a 100644 --- a/src/OnRequest.php +++ b/src/OnRequest.php @@ -77,7 +77,7 @@ class OnRequest implements OnRequestInterface { try { /** @var CQ $PsrRequest */ - $response = Context::set(ResponseInterface::class, new ConstrictResponse($this->response->contentType)); + Context::set(ResponseInterface::class, new ConstrictResponse($this->response->contentType)); $PsrRequest = Context::set(RequestInterface::class, CQ::builder($request)); CoordinatorManager::utility(Coordinator::WORKER_START)->yield();