From c06ab2905457b5969641bc00cac3f5a7b76d2aaf Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 14:21:43 +0800 Subject: [PATCH] eee --- src/OnRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();