mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Corrected incoherences in entities
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user