summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Brandt <jens@brandt-george.de>2018-05-10 15:29:32 +0200
committermsquare <msquare@notrademark.de>2018-08-12 12:35:40 +0200
commita3cf3a0ee1bb1157f4443b462a05cf1a49249a0c (patch)
treecb3fe1de65f6a17102c3d67ac9364a45758fdb80
parentd9ebc2daec36153bc5539c10f3da9081079e3a87 (diff)
Hotfix php7 syntax error
-rw-r--r--src/Exceptions/Handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php
index ee15717a..301e2b7c 100644
--- a/src/Exceptions/Handler.php
+++ b/src/Exceptions/Handler.php
@@ -64,7 +64,7 @@ class Handler
$handler = $this->handler[$this->environment];
$handler->report($e);
$handler->render($this->request, $e);
- $this->die();
+ $this->stirb();
}
/**
@@ -73,7 +73,7 @@ class Handler
* @codeCoverageIgnore
* @param string $message
*/
- protected function die($message = '')
+ protected function stirb($message = '')
{
echo $message;
die();