We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc65d9 commit 09794a3Copy full SHA for 09794a3
Resources/doc/first_steps.rst
@@ -96,7 +96,7 @@ in a number of different formats including XML or directly inside the
96
http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd">
97
98
<document name="Acme\StoreBundle\Document\Product">
99
- <field fieldName="id" id="true" />
+ <id />
100
<field fieldName="name" type="string" />
101
<field fieldName="price" type="float" />
102
</document>
0 commit comments