改名
This commit is contained in:
@@ -147,7 +147,7 @@ class ServerRequest extends Request implements ServerRequestInterface
|
|||||||
if (empty($this->parsedBody)) {
|
if (empty($this->parsedBody)) {
|
||||||
$callback = Context::getContext('with.parsed.body.callback');
|
$callback = Context::getContext('with.parsed.body.callback');
|
||||||
|
|
||||||
$this->parsedBody = $callback($this->getBody()->getContents());
|
$this->parsedBody = $callback($this->getBody());
|
||||||
}
|
}
|
||||||
return $this->parsedBody;
|
return $this->parsedBody;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user