Skip to content

Commit

Permalink
Changed strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
malarzm committed May 19, 2015
1 parent f5cc61c commit 353a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Documents/Phonebook.php
Expand Up @@ -11,7 +11,7 @@ class Phonebook
/** @ODM\String */
private $title;

/** @ODM\EmbedMany(strategy="set", targetDocument="Phonenumber") */
/** @ODM\EmbedMany(targetDocument="Phonenumber") */
private $phonenumbers;

public function __construct($title)
Expand Down

0 comments on commit 353a5b7

Please sign in to comment.