改名
This commit is contained in:
@@ -42,7 +42,7 @@ namespace App\Http\Interceptor;
|
||||
|
||||
$html .= $this->getImports($file, $class);
|
||||
} catch (\Throwable $exception) {
|
||||
return logger()->addError($exception);
|
||||
return logger()->addError($exception, 'throwable');
|
||||
}
|
||||
} else {
|
||||
$html .= '
|
||||
|
||||
Reference in New Issue
Block a user