改名
This commit is contained in:
@@ -118,9 +118,9 @@ class ErrorHandler extends Component implements ErrorInterface
|
|||||||
|
|
||||||
$data = Json::to($code, $this->category . ': ' . $message, $path);
|
$data = Json::to($code, $this->category . ': ' . $message, $path);
|
||||||
|
|
||||||
logger()->trance($data, $this->category);
|
write($data, $this->category);
|
||||||
|
|
||||||
return response()->send($data);
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user