Switch to built in PDO driver

[MAILPOET-3658]
This commit is contained in:
Rostislav Wolny
2021-06-16 16:21:29 +02:00
committed by Veljko V
parent c9603b76dc
commit 8af9b412ad
4 changed files with 5 additions and 5 deletions

View File

@@ -17,6 +17,6 @@ class DatabaseInitializer {
// pass the same PDO connection to legacy Database object
$database = new Database();
$database->init($connection->getWrappedConnection()->getConnection());
$database->init($connection->getWrappedConnection());
}
}