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 64606f4 commit 7634019Copy full SHA for 7634019
src/Application/UI/Presenter.php
@@ -229,6 +229,7 @@ public function run(Application\Request $request)
229
$this->response->send($this->httpRequest, $this->httpResponse);
230
$this->sendPayload();
231
} elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload()
232
+ trigger_error('Use $presenter->sendPayload() instead of terminate() to send payload.');
233
234
}
235
} catch (Application\AbortException $e) {
0 commit comments