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

Commit 328bbe7

Browse files
committed
Merge pull request #660 from jdespatis/patch-2
Correct name of Bundle
2 parents d579037 + 69c6e54 commit 328bbe7

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
@@ -197,7 +197,7 @@ other documents to hold a reference to the page. The ``Post`` class will also
197197
be referenceable and in addition will automatically set the date using the
198198
`pre persist lifecycle event`_ if it has not been explicitly set previously::
199199

200-
// src/Acme/BasicCms/Document/Post.php
200+
// src/Acme/BasicCmsBundle/Document/Post.php
201201
namespace Acme\BasicCmsBundle\Document;
202202

203203
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCR;

0 commit comments

Comments
 (0)