From af45eaa09a477d195a37592a148c371f2a695161 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 5 Jun 2017 17:40:49 +0300 Subject: [PATCH] pdf file wrong filename #1509 --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index f7c8b2197b2a..da6106c19eee 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -65,7 +65,7 @@ class Handler extends ExceptionHandler if (Utils::isNinja() && ! Utils::isTravis()) { Utils::logError(Utils::getErrorString($e)); - + file_put_contents(storage(), $e->getTraceAsString(), FILE_APPEND); return false; } else { return parent::report($e);