We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0d18a commit 2c6d14fCopy full SHA for 2c6d14f
entities/PatchComment.php
@@ -15,7 +15,7 @@ class PatchComment
15
/** @Id @Column @GeneratedValue */
16
public int $id;
17
18
- /** @ManyToOne
+ /** @ManyToOne(inversedBy="comments")
19
* @JoinColumn(nullable=false)
20
*/
21
public Patch $patch;
0 commit comments