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

Commit 8d1f866

Browse files
committed
Merge pull request #600 from vadim2404/patch-2
Fix letter case in namespace
2 parents 4484f78 + fffbc87 commit 8d1f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Create a page for your CMS::
393393
and add some posts::
394394

395395
// src/Acme/BasicCmsBundle/DataFixtures/PHPCR/LoadPostData.php
396-
namespace Acme\BasicCmsBundle\DataFixtures\Phpcr;
396+
namespace Acme\BasicCmsBundle\DataFixtures\PHPCR;
397397

398398
use Doctrine\Common\DataFixtures\FixtureInterface;
399399
use Doctrine\Common\Persistence\ObjectManager;

0 commit comments

Comments
 (0)