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 772f342 commit ae7c0a3Copy full SHA for ae7c0a3
routing.rst
@@ -780,7 +780,7 @@ parameter:
780
xsi:schemaLocation="http://symfony.com/schema/routing
781
https://symfony.com/schema/routing/routing-1.0.xsd">
782
783
- <route id="blog_list" path="/blog/{page <\d+>?1}"
+ <route id="blog_list" path="/blog/{page<\d+>?1}"
784
controller="App\Controller\BlogController::list"/>
785
786
<!-- ... -->
0 commit comments