Skip to content

Commit 39d2047

Browse files
beberleifabpot
authored andcommitted
Missing change in the overview of MongoDB docs.
1 parent 7705994 commit 39d2047

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

guides/doctrine/mongodb-odm/overview.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ persisted transparently without imposing on your domain model.
1414
projects `documentation`_.
1515

1616
To get started working with Doctrine and the MongoDB Object Document Mapper you
17-
just need to enable it:
17+
just need to enable it and specify the bundle that contains your mapped documents:
1818

1919
.. code-block:: yaml
2020
2121
# app/config/config.yml
2222
23-
doctrine_odm.mongodb: ~
23+
doctrine_odm.mongodb:
24+
mappings:
25+
HelloBundle: ~
2426
2527
Now you can start writing documents and mapping them with annotations, xml, or
2628
yaml. In this example we will use annotations::

0 commit comments

Comments
 (0)