diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index f00db889..364ecc5d 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -41,8 +41,8 @@ class HttpParams $this->gets = $get ?? []; $this->files = $files ?? []; if (!is_array($body)) { - var_dump($body); $this->body = Help::toArray($body); + var_dump($this->body); } else { $this->body = $body ?? []; }