1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Fix bug in mappings of Aggregate Column cookbook entry

This commit is contained in:
Benjamin Eberlei 2011-07-09 21:26:13 +02:00
parent 89b807177e
commit 653add64f9

View File

@ -46,7 +46,7 @@ Our entities look like:
private $no;
/**
* @OneToMany(targetEntity="Entry", mappedBy="entries", cascade={"persist"})
* @OneToMany(targetEntity="Entry", mappedBy="account", cascade={"persist"})
*/
private $entries;