Skip to content

Commit c12fa7e

Browse files
committed
Merge pull request #582 from gimler/master
Cookbook: Doctrine fixtures odm path fix
2 parents 2bb7b73 + c5db9b3 commit c12fa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ one of your application bundles.
8181

8282
For a bundle located at ``src/Acme/HelloBundle``, the fixture classes
8383
should live inside ``src/Acme/HelloBundle/DataFixtures/ORM`` or
84-
``src/Acme/HelloBundle/DataFixtures/ODM`` respectively for the ORM and ODM,
84+
``src/Acme/HelloBundle/DataFixtures/MongoDB`` respectively for the ORM and ODM,
8585
This tutorial assumes that you are using the ORM - but fixtures can be added
8686
just as easily if you're using the ODM.
8787

@@ -132,7 +132,7 @@ If you're using the ODM, use the ``doctrine:mongodb:fixtures:load`` command inst
132132
133133
php app/console doctrine:mongodb:fixtures:load
134134
135-
The task will look inside the ``DataFixtures/ORM`` (or ``DataFixtures/ODM``
135+
The task will look inside the ``DataFixtures/ORM`` (or ``DataFixtures/MongoDB``
136136
for the ODM) directory of each bundle and execute each class that implements
137137
the ``FixtureInterface``.
138138

0 commit comments

Comments
 (0)