doctrine / DoctrineMongoDBBundle

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

Fix Invalid image source #792

Closed GromNaN closed 9 months ago

GromNaN commented 9 months ago

I spotted this small typo in the icons.svg file.

Before: https://github.com/doctrine/DoctrineMongoDBBundle/blob/4.7.x/Resources/views/Collector/icon.svg

After: https://github.com/doctrine/DoctrineMongoDBBundle/blob/6ce82bc1e3200c47b680a985d1db740dc36539b1/Resources/views/Collector/icon.svg

malarzm commented 9 months ago

Thanks @GromNaN!