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

Commit 7f5d89f

Browse files
committed
Merge pull request #664 from jdespatis/patch-4
Correct paths and fix comment
2 parents 0b3d7de + 095e0d0 commit 7f5d89f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/the-frontend.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ The menu system expects to be able to find a root item which contains the
121121
first level of child items. Modify your fixtures to declare a root element
122122
to which you will add the existing ``Home`` page and an additional ``About`` page::
123123

124-
// src/Acme/BasicCmsBundle/DataFixtures/Phpcr/LoadPageData.php
125-
namespace Acme\DemoBundle\DataFixtures\PHPCR;
124+
// src/Acme/BasicCmsBundle/DataFixtures/PHPCR/LoadPageData.php
125+
namespace Acme\BasicCmsBundle\DataFixtures\PHPCR;
126126

127127
use Doctrine\Common\DataFixtures\FixtureInterface;
128128
use Doctrine\Common\Persistence\ObjectManager;
129129
use Doctrine\ODM\PHPCR\DocumentManager;
130-
use Symfony\Cmf\Bundle\SimpleCmsBundle\Doctrine\Phpcr\Page;
130+
use Acme\BasicCmsBundle\Document\Page;
131131

132132
class LoadPageData implements FixtureInterface
133133
{

0 commit comments

Comments
 (0)