fix oversight
This commit is contained in:
parent
9372598d64
commit
b9babf3c89
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ExceptionHandler
|
|||
self::report($ex, $report);
|
||||
}
|
||||
|
||||
self::view($ex, $report);
|
||||
self::view($ex, $report !== null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue