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

Commit 7468ed0

Browse files
committed
Fixed mismatching namespace
1 parent fdae4a3 commit 7468ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/static_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It also specifies the translation strategy:
5050
use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCR;
5151
5252
/**
53-
* @PHPCRODM\Document(translator="child", referenceable=true)
53+
* @PHPCR\Document(translator="child", referenceable=true)
5454
*/
5555
5656
For information on the available translation strategies, refer to the Doctrine

0 commit comments

Comments
 (0)