Update composer package doctrine/dbal
We cannot update to the latest version of the dbal 3 because there is a another package conflict. [MAILPOET-6101]
This commit is contained in:
@@ -17,6 +17,6 @@ class DatabaseInitializer {
|
||||
public function initializeConnection() {
|
||||
// pass the same PDO connection to legacy Database object
|
||||
$database = new Database();
|
||||
$database->init($this->connection->getWrappedConnection());
|
||||
$database->init($this->connection->getNativeConnection());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user