doctrine / DoctrineMongoODMModule

Laminas Module for Doctrine MongoDB ODM
https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html
MIT License
83 stars 87 forks source link

Wrong service alias 'Doctrine\ODM\Mongo\DocumentManager' in config #170

Closed 4orever closed 7 years ago

4orever commented 8 years ago

It should be 'Doctrine\ODM\MongoDb\DocumentManager' (it is correct class name) or even better Doctrine\ODM\Mongo\DocumentManager::class. So we don't need to remember full string and just can use IDE autocomplete by class name.

alcaeus commented 7 years ago

This will be fixed in #150.

alcaeus commented 7 years ago

Fixed in 1.0.