Skip to content

Commit

Permalink
no lang
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Apr 29, 2013
1 parent 34adb16 commit 2ca2437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/Models/DDC117/DDC117Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DDC117Article
private $details;

/**
* @OneToMany(targetEntity="DDC117Translation", mappedBy="article", indexBy="language", cascade={"persist", "remove"})
* @OneToMany(targetEntity="DDC117Translation", mappedBy="article", cascade={"persist", "remove"})
*/
private $translations;

Expand Down

0 comments on commit 2ca2437

Please sign in to comment.