This commit is contained in:
2023-04-24 11:09:38 +08:00
parent a9bae3be41
commit c3c4340c17
+1 -1
View File
@@ -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);
}