We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74138b commit 5668ae4Copy full SHA for 5668ae4
src/Http/Request.php
@@ -81,7 +81,7 @@ public function getQuery(string $key = null)
81
return $this->request->getQuery(...func_get_args());
82
}
83
84
- public function getRawBody(): string
+ public function getRawBody(): ?string
85
{
86
return $this->request->getRawBody();
87
0 commit comments