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

Commit 3c179ac

Browse files
committed
Update the_router.rst
Added a comment describing ``doctrine:phpcr:fixtures:load`` to load the fixture.
1 parent 5578ac5 commit 3c179ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quick_tour/the_router.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ Now you can add a new ``Route`` to the tree using Doctrine::
207207
208208
Above we implemented the ``OrderedFixtureInterface`` so that our routes were loaded in the correct sequence relative to other fixtures.
209209

210+
Now execute the ``doctrine:phpcr:fixtures:load`` command again.
211+
210212
This creates a new node called ``/cms/routes/new-route``, which will display
211213
our ``quick_tour`` page when you go to ``/new-route``.
212214

0 commit comments

Comments
 (0)