We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 176e082 + 235a8b7 commit 1cc16c5Copy full SHA for 1cc16c5
Resources/config/provider-orm.xml
@@ -12,7 +12,8 @@
12
<services>
13
14
<service id="cmf_routing.content_repository" class="%cmf_routing.orm.content_repository.class%">
15
- <argument type="service" id="doctrine.orm.default_entity_manager" />
+ <argument type="service" id="doctrine"/>
16
+ <call method="setManagerName"><argument>%cmf_routing.dynamic.persistence.orm.manager_name%</argument></call>
17
</service>
18
19
<service id="cmf_routing.route_provider" class="%cmf_routing.route_entity_provider%">
0 commit comments