Skip to content

Commit

Permalink
Fix wrong mapping example
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 24, 2019
1 parent 614ff5e commit 9cc65d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ The following configuration shows a bunch of mapping examples:
<doctrine_mongodb:mapping name="MyBundle2" type="yml" />
<doctrine_mongodb:mapping name="MyBundle3" type="annotation" dir="Documents/" />
<doctrine_mongodb:mapping name="MyNundle4" type="xml" dir="Resources/config/doctrine/mapping" />
<doctrine_mongodb:mapping name="MyBundle5" type="yml" dir="my-bundle-mappings-dir" alias="BundleAlias" />
<doctrine_mongodb:mapping name="MyBundle5" type="xml" dir="my-bundle-mappings-dir" alias="BundleAlias" />
<doctrine_mongodb:mapping name="doctrine_extensions"
type="xml"
dir="%kernel.root_dir%/../src/vendor/DoctrineExtensions/lib/DoctrineExtensions/Documents"
Expand Down

0 comments on commit 9cc65d9

Please sign in to comment.