Fix inconsistent mapping
This commit is contained in:
parent
0a6c2027f5
commit
172df22281
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Tweet
|
|||
public $content;
|
||||
|
||||
/**
|
||||
* @ManyToOne(targetEntity="User", inversedBy="tweet")
|
||||
* @ManyToOne(targetEntity="User", inversedBy="tweets")
|
||||
*/
|
||||
public $author;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue