Skip to content

Commit c7ab6d7

Browse files
committed
fix regression caused by #172
1 parent 9fbe611 commit c7ab6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/routing-dynamic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<service id="cmf_routing.enhancer.controller_for_templates_by_class" class="%cmf_routing.enhancer.field_by_class.class%" public="false">
4646
<argument>_content</argument>
4747
<argument>_controller</argument>
48-
<argument>%cmf_routing.defined_templates.class%</argument>
48+
<argument type="collection" />
4949
</service>
5050

5151
<service id="cmf_routing.enhancer.templates_by_class" class="%cmf_routing.enhancer.field_by_class.class%" public="false">

0 commit comments

Comments
 (0)