You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from
true
tofalse
. Explicitly configuretrue
to keep existing behaviourAfter 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
The text was updated successfully, but these errors were encountered: