Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
#27 Fix route xml in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
migo315 committed Apr 10, 2018
1 parent 4b9df10 commit b198249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/route.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ or via xml

<route id="blog_list" path="/blog/{page}">
<default key="_controller">AppBundle:Blog:list</default>
<default key="_feature">feature_123</requirement>
<default key="_feature">feature_123</default>
</route>

<!-- Symfony 3.4 / 4.0 -->
<route id="blog_list" path="/blog/{page}">
<controller>AppBundle:Blog:list</controller>
<default key="_feature">feature_123</requirement>
<default key="_feature">feature_123</default>
</route>

<!-- ... -->
Expand Down

0 comments on commit b198249

Please sign in to comment.