Fix base class alias in PDOSqlsrv\Connection

parent 831e6fe0
......@@ -2,7 +2,7 @@
namespace Doctrine\DBAL\Driver\PDOSqlsrv;
use Doctrine\DBAL\Driver\PDO\Connection as BaseStatement;
use Doctrine\DBAL\Driver\PDO\Connection as BaseConnection;
use Doctrine\DBAL\Driver\Result;
use Doctrine\DBAL\ParameterType;
use PDO;
......@@ -14,7 +14,7 @@ use function substr;
/**
* Sqlsrv Connection implementation.
*/
class Connection extends BaseStatement
class Connection extends BaseConnection
{
/**
* {@inheritdoc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment