From f4752062bd807e5b914a5152ef0a35723176c18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 17 Oct 2023 14:50:45 +0800 Subject: [PATCH] eee --- Handler/OnRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/OnRequest.php b/Handler/OnRequest.php index 9be8494..3c744f8 100644 --- a/Handler/OnRequest.php +++ b/Handler/OnRequest.php @@ -105,7 +105,7 @@ class OnRequest implements OnRequestInterface } catch (\Throwable $throwable) { $PsrResponse = $this->exception->emit($throwable, di(ConstrictResponse::class)); } finally { - $this->emitter->sender($PsrResponse, $response); + $this->emitter->sender($PsrResponse, $response, $PsrRequest); } }