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

Commit f203cd7

Browse files
committed
Update the_router.rst
Added ``use Doctrine\ODM\PHPCR\DocumentManager;`` because it's required.
1 parent 5578ac5 commit f203cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quick_tour/the_router.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Now you can add a new ``Route`` to the tree using Doctrine::
166166
use Doctrine\Common\Persistence\ObjectManager;
167167
use Doctrine\Common\DataFixtures\FixtureInterface;
168168
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
169+
use Doctrine\ODM\PHPCR\DocumentManager;
169170
170171
use PHPCR\Util\NodeHelper;
171172

0 commit comments

Comments
 (0)