composer update
This commit is contained in:
@@ -58,6 +58,9 @@ class JsonBody
|
||||
= $this->format($valueShape, $v);
|
||||
}
|
||||
}
|
||||
if (empty($data)) {
|
||||
return new \stdClass;
|
||||
}
|
||||
return $data;
|
||||
|
||||
case 'list':
|
||||
|
Reference in New Issue
Block a user