pdf file wrong filename #1509
This commit is contained in:
parent
1fba1c688e
commit
af45eaa09a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue