doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Add compatibility for persistence v3 with Mongo ODM #788

Closed driehle closed 1 year ago

driehle commented 1 year ago

Unfortunatly, the changes in #787 were incomplete and did not handle the instantiation of Mongo ODM drivers correctly. This leads to the error shown in doctrine/DoctrineMongoODMModule#261. The error was introduced in DoctrineModule 5.2.0. This PR fixes the mentioned error.