mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed input generation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user