Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
13ce7513f0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Handler extends ExceptionHandler
|
|||
public function report(Throwable $exception)
|
||||
{
|
||||
if ($this->shouldReport($exception)) {
|
||||
Log::error($exception);
|
||||
\Log::error($exception);
|
||||
return parent::report($exception);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue