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

Commit 79af13e

Browse files
Snowbahadbu
authored andcommitted
MainBundle by DemoBundle
1 parent 1d1cfaa commit 79af13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quick_tour/the_model.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ a page by using a yaml file which was parsed by the SimpleCmsBundle. This
8585
time, you'll create a page by doing it yourself.
8686

8787
First, you have to create a new DataFixture to add your new page. You do this
88-
by creating a new class in the AcmeMainBundle::
88+
by creating a new class in the AcmeDemoBundle::
8989

90-
// src/Acme/MainBundle/DataFixtures/PHPCR/LoadPageData.php
91-
namespace Acme\MainBundle\DataFixtures\PHPCR;
90+
// src/Acme/DemoBundle/DataFixtures/PHPCR/LoadPageData.php
91+
namespace Acme\DemoBundle\DataFixtures\PHPCR;
9292

9393
use Doctrine\Common\Persistence\ObjectManager;
9494
use Doctrine\Common\DataFixtures\FixtureInterface;

0 commit comments

Comments
 (0)