pull/664/head
n0nag0n 2 weeks ago
commit a8b61f2561

@ -237,7 +237,7 @@ class Response
* *
* @return $this Self reference * @return $this Self reference
*/ */
public function write(string $str, bool $overwrite = false): self public function write($str, bool $overwrite = false): self
{ {
if ($overwrite === true) { if ($overwrite === true) {
$this->clearBody(); $this->clearBody();

Loading…
Cancel
Save