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.
1 parent f3eaa80 commit ae64310Copy full SHA for ae64310
configuration/apache_router.rst
@@ -44,9 +44,7 @@ Symfony to use the ``ApacheUrlMatcher`` instead of the default one:
44
<!-- app/config/config_prod.xml -->
45
<parameters>
46
<parameter key="router.options.matcher.cache_class">null</parameter> <!-- disable router cache -->
47
- <parameter key="router.options.matcher_class">
48
- Symfony\Component\Routing\Matcher\ApacheUrlMatcher
49
- </parameter>
+ <parameter key="router.options.matcher_class">Symfony\Component\Routing\Matcher\ApacheUrlMatcher</parameter>
50
</parameters>
51
52
.. code-block:: php
0 commit comments