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 9f3a3ce commit a733263Copy full SHA for a733263
src/Providers/Http/DTO/Request.php
@@ -280,18 +280,6 @@ public function getData(): ?array
280
return $this->data;
281
}
282
283
- /**
284
- * Gets the request body string.
285
- *
286
- * @since n.e.x.t
287
288
- * @return string|null The request body string.
289
- */
290
- public function getBodyString(): ?string
291
- {
292
- return $this->body;
293
- }
294
-
295
/**
296
* {@inheritDoc}
297
*
0 commit comments