Fix inconsistent mapping
This commit is contained in:
parent
0a6c2027f5
commit
172df22281
@ -21,7 +21,7 @@ class Tweet
|
||||
public $content;
|
||||
|
||||
/**
|
||||
* @ManyToOne(targetEntity="User", inversedBy="tweet")
|
||||
* @ManyToOne(targetEntity="User", inversedBy="tweets")
|
||||
*/
|
||||
public $author;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user