Backslash log:: (we shouldn’t have to do this tho?)

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-16 15:59:41 -07:00
parent 7573a03cc5
commit 7a1b17ff6a

View file

@ -41,7 +41,7 @@ class Handler extends ExceptionHandler
public function report(Throwable $exception) public function report(Throwable $exception)
{ {
if ($this->shouldReport($exception)) { if ($this->shouldReport($exception)) {
Log::error($exception); \Log::error($exception);
return parent::report($exception); return parent::report($exception);
} }
} }