Skip to content

Commit 2c6d14f

Browse files
committed
fix build
1 parent 6f0d18a commit 2c6d14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/PatchComment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PatchComment
1515
/** @Id @Column @GeneratedValue */
1616
public int $id;
1717

18-
/** @ManyToOne
18+
/** @ManyToOne(inversedBy="comments")
1919
* @JoinColumn(nullable=false)
2020
*/
2121
public Patch $patch;

0 commit comments

Comments
 (0)