8000 Merge pull request #364 from richardmiller/fixed_orm_filenames · chtitux/symfony-docs@4dc397b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dc397b

Browse files
committed
Merge pull request symfony#364 from richardmiller/fixed_orm_filenames
Fixed filenames in orm mapping file examples
2 parents 3f22074 + ccad254 commit 4dc397b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine/orm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ write mapping information with annotations, XML, or YAML:
110110
111111
.. code-block:: yaml
112112
113-
# src/Acme/HelloBundle/Resources/config/doctrine/Acme.HelloBundle.Entity.User.orm.yml
113+
# src/Acme/HelloBundle/Resources/config/doctrine/User.orm.yml
114114
Acme\HelloBundle\Entity\User:
115115
type: entity
116116
table: user
@@ -126,7 +126,7 @@ write mapping information with annotations, XML, or YAML:
126126
127127
.. code-block:: xml
128128
129-
<!-- src/Acme/HelloBundle/Resources/config/doctrine/Acme.HelloBundle.Entity.User.orm.xml -->
129+
<!-- src/Acme/HelloBundle/Resources/config/doctrine/User.orm.xml -->
130130
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
131131
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
132132
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping

0 commit comments

Comments
 (0)
0