Merge pull request #628 from franmomu/patch-2
[Docs] Fix field name in inversedby parameter
This commit is contained in:
commit
99a15377be
@ -93,7 +93,7 @@ information about its type and if it's the owning or inverse side.
|
||||
/**
|
||||
* Bidirectional - Many Comments are authored by one user (OWNING SIDE)
|
||||
*
|
||||
* @ManyToOne(targetEntity="User", inversedBy="authoredComments")
|
||||
* @ManyToOne(targetEntity="User", inversedBy="commentsAuthored")
|
||||
*/
|
||||
private $author;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user