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

Fix letter case in namespace #600

Merged
merged 1 commit into from
Nov 2, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down