default_entity_manager
config param is not inherited from parent config file
#1337
Labels
Milestone
default_entity_manager
config param is not inherited from parent config file
#1337
This line in Configuratation:
DoctrineBundle/DependencyInjection/Configuration.php
Line 376 in 09339f7
makes
default_entity_manager
(=<some_none_default_value>) param defined inconfig/packages/doctrine.yml
been overriden by
config/packages/prod/doctrine.yml
without this option.Instead of the value from
config/packages/doctirne.yml
we havedefault
value.Which is conter-intuitive and took a couple of time to investigate mapping issues.
Example:
Expected:
app
Given:
default
The text was updated successfully, but these errors were encountered: