From fffbc87e5415a53fcb3c10c776d876b80416e231 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Sun, 2 Nov 2014 02:08:52 +0300 Subject: [PATCH] Fix letter case in namespace --- tutorial/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/getting-started.rst b/tutorial/getting-started.rst index 5e198dad..ff7406b3 100644 --- a/tutorial/getting-started.rst +++ b/tutorial/getting-started.rst @@ -393,7 +393,7 @@ Create a page for your CMS:: and add some posts:: // src/Acme/BasicCmsBundle/DataFixtures/PHPCR/LoadPostData.php - namespace Acme\BasicCmsBundle\DataFixtures\Phpcr; + namespace Acme\BasicCmsBundle\DataFixtures\PHPCR; use Doctrine\Common\DataFixtures\FixtureInterface; use Doctrine\Common\Persistence\ObjectManager;