modify plugin name
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user