Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Fixed routing precedence info #778

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorial/auto-routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add the following to your application configuration:
cmf_routing:
chain:
routers_by_id:
cmf_routing.dynamic_router: 20
cmf_routing.dynamic_router: 200
router.default: 100
dynamic:
enabled: true
Expand Down Expand Up @@ -109,7 +109,7 @@ This will:
add the dynamic router (which can retrieve routes from the database) and
the default Symfony router (which retrieves routes from configuration
files). The number indicates the order of precedence - the router with the
lowest number will be called first;
highest number will be called first;
#. Configure the **dynamic** router which you have added to the router chain.
You specify that it should use the PHPCR backend and that the *root* route
can be found at ``/cms/routes``.
Expand Down