From e6e5cd7be22a0144583b867cb3c8f54f4dd35a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Nov 2020 14:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/HttpParams.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index 364ecc5d..89a94cb2 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -42,7 +42,6 @@ class HttpParams $this->files = $files ?? []; if (!is_array($body)) { $this->body = Help::toArray($body); - var_dump($this->body); } else { $this->body = $body ?? []; }