From 1b3913e60fc64cb84763c1a008cd289ce2b731c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 24 Apr 2023 10:58:57 +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 --- src/ServerRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ServerRequest.php b/src/ServerRequest.php index 49a1b82..17a9336 100644 --- a/src/ServerRequest.php +++ b/src/ServerRequest.php @@ -89,6 +89,7 @@ class ServerRequest error($throwable); $PsrResponse = $this->exception->emit($throwable, di(ConstrictResponse::class)); } finally { + var_dump($this->emitter, $PsrResponse, $response); $this->emitter->sender($PsrResponse, $response); } }