Add custom Doctrine Driver
[MAILPOET-3150]
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user