remove swoole pdo proxy

This commit is contained in:
crazywhalecc
2022-08-22 13:37:48 +08:00
parent fe3bb22311
commit 3be84edb5a

View File

@@ -10,11 +10,10 @@ use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\ParameterType; use Doctrine\DBAL\ParameterType;
use PDO; use PDO;
use PDOException; use PDOException;
use Swoole\Database\PDOProxy;
class MySQLConnection implements Connection class MySQLConnection implements Connection
{ {
/** @var PDO|PDOProxy */ /** @var PDO */
private $conn; private $conn;
private $pool_name; private $pool_name;