Skip to content

Commit 74aaaf6

Browse files
committed
Merge pull request #107 from symfony-cmf/request-aware
now that we are symfony 2.3+ we no longer need the cmf_request_aware hack
2 parents 9ed9bfa + f8920ec commit 74aaaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/menu-phpcr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<argument type="service" id="doctrine_phpcr"/>
1717
<argument>%cmf_simple_cms.persistence.phpcr.menu_basepath%</argument>
1818
<call method="setManagerName"><argument>%cmf_simple_cms.persistence.phpcr.manager_name%</argument></call>
19-
<tag name="cmf_request_aware"/>
19+
<call method="setRequest"><argument type="service" id="request" on-invalid="null" strict="false"/></call>
2020
</service>
2121

2222
</services>

0 commit comments

Comments
 (0)