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

Commit c63e03d

Browse files
Gonzalo Vilasecadbu
Gonzalo Vilaseca
authored andcommitted
Update the_router.rst
1 parent 8972e37 commit c63e03d

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
@@ -171,7 +171,7 @@ Now you can add a new ``Route`` to the tree using Doctrine::
171171
$routesRoot = $documentManager->find(null, '/cms/routes');
172172

173173
$route = new Route();
174-
// set $routesBase as the parent and 'new-route' as the node name,
174+
// set $routesRoot as the parent and 'new-route' as the node name,
175175
// this is equal to:
176176
// $route->setName('new-route');
177177
// $route->setParentDocument($routesRoot);

0 commit comments

Comments
 (0)