Commit a90aacd3 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-216] Fix typo

parent d95be23f
...@@ -52,7 +52,7 @@ class SQLSrvConnection implements \Doctrine\DBAL\Driver\Connection ...@@ -52,7 +52,7 @@ class SQLSrvConnection implements \Doctrine\DBAL\Driver\Connection
*/ */
public function prepare($sql) public function prepare($sql)
{ {
return new SQLSrvStatement($this->conn, $sql, $lastInsertId); return new SQLSrvStatement($this->conn, $sql, $this->lastInsertId);
} }
/** /**
......
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