modify plugin name

This commit is contained in:
2022-02-24 11:34:53 +08:00
parent 69dbc1e7f3
commit 453481abdb
+1 -1
View File
@@ -170,7 +170,7 @@ class Command extends Component
} catch (\Throwable $throwable) {
$data = $this->logger->addError($this->sql . '. error: ' . $throwable->getMessage(), 'mysql');
} finally {
$this->db->releaseSlaveConnect($pdo);
$this->db->release();
return $data;
}
}