Skip to content

Commit 1bde861

Browse files
committed
- The property pdoHash does not exist.
1 parent 1b9fcfa commit 1bde861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Databases/MySQL.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class MySQL implements Database {
3636
*/
3737
public function __construct(PDO $pdo) {
3838
$this->pdo = $pdo;
39-
$this->pdoHash = spl_object_hash($pdo);
4039
$this->aliasRegistry = new AliasRegistry();
4140
$this->queryLoggers = new QueryLoggers();
4241
$this->exceptionInterpreter = new MySQLExceptionInterpreter($pdo);

0 commit comments

Comments
 (0)