Fixed input generation

This commit is contained in:
Eldad Fux
2020-07-02 17:32:34 +03:00
parent 57c4103d7d
commit 87ecd44395
+1 -1
View File
@@ -205,7 +205,7 @@ class Request extends UtopiaRequest
switch ($contentType) {
case 'application/json':
$this->payload = json_decode($this->swoole->rawContent());
$this->payload = json_decode($this->swoole->rawContent(), true);
break;
default: