Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe
2022-05-16 15:59:54 -07:00
+1 -1
View File
@@ -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);
}
}