modify plugin name

This commit is contained in:
2022-06-17 12:17:23 +08:00
parent ad140bbc00
commit e224d2e46b
-3
View File
@@ -286,9 +286,6 @@ class PDO implements StopHeartbeatCheck
*/
public function _pdo(): \PDO
{
if ($this->_timer === -1) {
$this->heartbeat_check();
}
if (!($this->pdo instanceof \PDO)) {
$this->pdo = $this->newClient();
}