symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

deprecation log message #1507

Closed lxregistry closed 4 months ago

lxregistry commented 5 months ago

Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from true to false. Explicitly configure true to keep existing behaviour

After update, I receive this log message. In doctrine.yaml this auto_mapping exist, not sue what is wrong.

maybe it should be in this format: doctrine: orm: controller_resolver: auto_mapping: true

xabbuh commented 5 months ago

Can you check if the deprecation message vanishes, when you update your config like in #1508?