modify plugin name

This commit is contained in:
2022-07-11 16:28:05 +08:00
parent 49cd130c81
commit f14b198e25
+1
View File
@@ -233,6 +233,7 @@ class PDO implements StopHeartbeatCheck
$this->pdo->getAttribute(\PDO::ATTR_SERVER_INFO);
$result = true;
} catch (\Throwable $throwable) {
Kiri::getLogger()->error($throwable->getMessage());
$this->pdo = null;
$result = false;
} finally {