Add custom Doctrine Driver

[MAILPOET-3150]
This commit is contained in:
Pavel Dohnal
2020-11-11 09:51:17 +01:00
committed by Veljko V
parent ce27fd08fe
commit a751a2a459
8 changed files with 348 additions and 4 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());
$database->init($connection->getWrappedConnection()->getConnection());
}
}