Skip to content

Commit

Permalink
Merge pull request #671 from noniagriconomie/patch-3
Browse files Browse the repository at this point in the history
Use proper config attribute in XML mapping
  • Loading branch information
malarzm authored Mar 2, 2021
2 parents 316ca4c + 1503321 commit 1aebc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ in a number of different formats including XML or directly inside the
<document name="App\Document\Product">
<id />
<field fieldName="name" type="string" />
<field fieldName="price" type="float" />
<field field-name="name" type="string" />
<field field-name="price" type="float" />
</document>
</doctrine-mongo-mapping>
Expand Down

0 comments on commit 1aebc1b

Please sign in to comment.