Skip to content

Commit 5534842

Browse files
committed
Merge pull request #250 from ajessu/fixturesTypo.
Fixed typo on doctrine:mongodb:fixtures:load command
2 parents 365fc66 + 2c91661 commit 5534842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you're using the ODM, use the ``doctrine:mongodb:fixtures:load`` command inst
134134

135135
.. code-block:: bash
136136
137-
$ php app/console doctrine:mongodb:data:load
137+
$ php app/console doctrine:mongodb:fixtures:load
138138
139139
The task will look inside the ``DataFixtures/ORM`` (or ``DataFixtures/ODM``
140140
for the ODM) directory of each bundle and execute each class that implements

0 commit comments

Comments
 (0)