Skip to content

Commit 7e45be6

Browse files
committed
minor #7747 Update apache_router.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update apache_router.rst The matcher class will contain new lines and spaces at the beginning and at the end and the result is an incorrect class name which raise an exception (Class not found ..) Commits ------- ae64310 Update apache_router.rst
2 parents 198b1bb + ae64310 commit 7e45be6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configuration/apache_router.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ Symfony to use the ``ApacheUrlMatcher`` instead of the default one:
4444
<!-- app/config/config_prod.xml -->
4545
<parameters>
4646
<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>
47+
<parameter key="router.options.matcher_class">Symfony\Component\Routing\Matcher\ApacheUrlMatcher</parameter>
5048
</parameters>
5149
5250
.. code-block:: php

0 commit comments

Comments
 (0)