1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fix inconsistent mapping

This commit is contained in:
Michaël Gallego 2014-02-21 10:46:14 +01:00 committed by Marco Pivetta
parent 0a6c2027f5
commit 172df22281

View File

@ -21,7 +21,7 @@ class Tweet
public $content;
/**
* @ManyToOne(targetEntity="User", inversedBy="tweet")
* @ManyToOne(targetEntity="User", inversedBy="tweets")
*/
public $author;