Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bde5e0e

Browse files
committed
Fixed an error
1 parent 586cef0 commit bde5e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ concise, but it can decrease route readability when requirements are complex:
279279
xsi:schemaLocation="http://symfony.com/schema/routing
280280
http://symfony.com/schema/routing/routing-1.0.xsd">
281281
282-
<route id="blog_list" path="/blog/{page <\d+>}"
282+
<route id="blog_list" path="/blog/{page<\d+>}"
283283
controller="App\Controller\BlogController::list" />
284284
285285
<!-- ... -->

0 commit comments

Comments
 (0)