mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 13:14:07 -08:00
Log namespacing
This commit is contained in:
parent
f05a8d782c
commit
cf4e97f103
|
@ -39,7 +39,7 @@ class Handler extends ExceptionHandler
|
|||
public function report(Exception $exception)
|
||||
{
|
||||
if ($this->shouldReport($exception)) {
|
||||
Log::error($exception);
|
||||
\Log::error($exception);
|
||||
return parent::report($exception);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue