Fix bug in mappings of Aggregate Column cookbook entry
This commit is contained in:
parent
89b807177e
commit
653add64f9
@ -46,7 +46,7 @@ Our entities look like:
|
|||||||
private $no;
|
private $no;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @OneToMany(targetEntity="Entry", mappedBy="entries", cascade={"persist"})
|
* @OneToMany(targetEntity="Entry", mappedBy="account", cascade={"persist"})
|
||||||
*/
|
*/
|
||||||
private $entries;
|
private $entries;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user