Commit 966e2bb4 authored by Juozas Kaziukenas's avatar Juozas Kaziukenas

Correct Sqlsrv connection class definition

parent f3b1ae08
...@@ -26,7 +26,7 @@ namespace Doctrine\DBAL\Driver\PDOSqlsrv; ...@@ -26,7 +26,7 @@ namespace Doctrine\DBAL\Driver\PDOSqlsrv;
* *
* @since 2.0 * @since 2.0
*/ */
class Connection extends \PDO implements \Doctrine\DBAL\Driver\Connection class Connection extends \Doctrine\DBAL\Driver\PDOConnection implements \Doctrine\DBAL\Driver\Connection
{ {
/** /**
* @override * @override
......
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