doctrine / DoctrineMongoDBBundle

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

Fix bundle path for profiler templates #833

Closed GromNaN closed 6 months ago

GromNaN commented 6 months ago

Twig templates discovery have been broken by https://github.com/doctrine/DoctrineMongoDBBundle/pull/826

The bundle path must be the root of the repository, as defined in AbstractBundle.

Let's skip the AbstractBundle subclass and the reflection call to provide the path directly.