diff --git a/resources/views/errors/500.php b/resources/views/errors/500.php index 4c5b4aa..a2cb747 100644 --- a/resources/views/errors/500.php +++ b/resources/views/errors/500.php @@ -12,8 +12,7 @@
= isset($message) ? $this->escape($message) : 'A critical exception has occurred on the application server.' ?>
= $this->escape($exception->getMessage()) ?>