Skip to content

Commit

Permalink
Update src/Application/Vespolina/CartBundle/Resources/config/doctrine…
Browse files Browse the repository at this point in the history
…/Cart.mongodb.xml
  • Loading branch information
inspiran committed Sep 19, 2012
1 parent 764a8dc commit 35da20b
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -7,9 +7,8 @@
<document name="Application\Vespolina\CartBundle\Document\Cart" collection="vespolina_cart"> <document name="Application\Vespolina\CartBundle\Document\Cart" collection="vespolina_cart">
<field name="id" id="true" /> <field name="id" id="true" />


<embed-many fieldName="items" <embed-many field="items"
field="items" target-document="Application\Vespolina\CartBundle\Document\CartItem"
targetDocument="Application\Vespolina\CartBundle\Document\CartItem"
/> />


</document> </document>
Expand Down

0 comments on commit 35da20b

Please sign in to comment.