doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

[doc] Remove Unrecognized option metadata_cache_driver under doctrine_mongodb #721

Closed sormes closed 2 years ago

sormes commented 2 years ago

Version: 4.4.1

https://github.com/doctrine/DoctrineMongoDBBundle/blob/4.4.x/Resources/doc/config.rst

In "Multiple Connections" uses option metadata_cache_driver under doctrine_mongodb but it is not supported,

malarzm commented 2 years ago

Right, this should be in a document_manager section (as also in the docs). Thanks for fixing this @sormes!