From c3c4340c1765263b355d71bf61b411ca7e510d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 24 Apr 2023 11:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Handler/OnRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/OnRequest.php b/Handler/OnRequest.php index 704d6b1..79ebccd 100644 --- a/Handler/OnRequest.php +++ b/Handler/OnRequest.php @@ -46,7 +46,7 @@ class OnRequest implements OnRequestInterface /** @var ConstrictRequest $PsrRequest */ $PsrRequest = $this->initPsr7RequestAndPsr7Response($request); - $this->onRequest->onServerRequest($PsrRequest, $request); + $this->onRequest->onServerRequest($PsrRequest, $response); }