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 66de7b3 commit c44c0b7Copy full SHA for c44c0b7
1 file changed
src/WebResponse.php
@@ -16,7 +16,7 @@ class WebResponse extends HttpResponse
16
public function realSend()
17
{
18
$this->applyHeaders();
19
- echo $this->getBody();
+ die($this->getBody());
20
}
21
22
/**
0 commit comments