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

Commit c610288

Browse files
gonzalovilasecadbu
authored andcommitted
Update database_layer.rst
Yaml and xml file definition names are wrong: http://symfony.com/doc/current/cmf/bundles/phpcr_odm/introduction.html
1 parent 5abc638 commit c610288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/database_layer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class via annotations:
131131
132132
.. code-block:: yaml
133133
134-
# src/Acme/TaskBundle/Resources/config/doctrine/Task.odm.yml
134+
# src/Acme/TaskBundle/Resources/config/doctrine/Task.phpcr.yml
135135
Acme\TaskBundle\Document\Task:
136136
id: id
137137
@@ -143,7 +143,7 @@ class via annotations:
143143
144144
.. code-block:: xml
145145
146-
<!-- src/Acme/TaskBundle/Resources/config/doctrine/Task.odm.xml -->
146+
<!-- src/Acme/TaskBundle/Resources/config/doctrine/Task.phpcr.xml -->
147147
<?xml version="1.0" encoding="UTF-8" ?>
148148
<doctrine-mapping
149149
xmlns="http://doctrine-project.org/schemas/phpcr-odm/phpcr-mapping"

0 commit comments

Comments
 (0)