This commit is contained in:
xl
2023-07-06 13:33:50 +08:00
parent a403421bfe
commit 51039961c1
+1 -2
View File
@@ -206,8 +206,7 @@ class Command extends Component
/** /**
* @param Throwable $throwable * @param Throwable $throwable
* @return bool * @return bool
* @throws ReflectionException */
*/
private function error(Throwable $throwable): bool private function error(Throwable $throwable): bool
{ {
$message = $this->sql . '.' . json_encode($this->params, JSON_UNESCAPED_UNICODE); $message = $this->sql . '.' . json_encode($this->params, JSON_UNESCAPED_UNICODE);