We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9fcfa commit 1bde861Copy full SHA for 1bde861
src/Databases/MySQL.php
@@ -36,7 +36,6 @@ class MySQL implements Database {
36
*/
37
public function __construct(PDO $pdo) {
38
$this->pdo = $pdo;
39
- $this->pdoHash = spl_object_hash($pdo);
40
$this->aliasRegistry = new AliasRegistry();
41
$this->queryLoggers = new QueryLoggers();
42
$this->exceptionInterpreter = new MySQLExceptionInterpreter($pdo);
0 commit comments