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

Commit 6e7db93

Browse files
Gonzalo Vilasecadbu
Gonzalo Vilaseca
authored andcommitted
Update the_router.rst
1 parent 61c5076 commit 6e7db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_router.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Now you can add a new ``Route`` to the tree using Doctrine::
161161
$routesRoot = $documentManager->find(null, '/cms/routes');
162162

163163
$route = new Route();
164-
// set $routesBase as the parent and 'new-route' as the node name,
164+
// set $routesRoot as the parent and 'new-route' as the node name,
165165
// this is equal to:
166166
// $route->setName('new-route');
167167
// $route->setParentDocument($routesRoot);

0 commit comments

Comments
 (0)