Corrected incoherences in entities

This commit is contained in:
Andrey
2013-08-06 16:47:20 +02:00
parent d788ac91f8
commit 718eb48669
5 changed files with 18 additions and 34 deletions

View File

@@ -60,11 +60,7 @@ class FeedEntry
private $updated_on;
/**
* @ORM\OneToMany(
* targetEntity="FeedItem",
* mappedBy="entry",
* cascade=["ALL"]
* )
* @ORM\OneToMany(targetEntity="FeedItem", mappedBy="entry", cascade={"ALL"})
* @ORM\OrderBy({"ord" = "ASC"})
*/
private $items;