modify plugin name

This commit is contained in:
2022-02-23 16:32:08 +08:00
parent 71c95a824c
commit f5fd9401dd
8 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class SqlBuilder extends Component
private function __updateBuilder(array $string, array $params): array|bool
{
if (empty($string)) {
return $this->addError('None data update.');
return $this->logger->addError('None data update.');
}
$condition = $this->conditionToString();