Skip to content

Commit 90f5b33

Browse files
committed
fix typo
1 parent dc5dbff commit 90f5b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/Patch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
/** @Entity
36-
* @Table(name="patches",
36+
* @Table(name="Patch",
3737
* uniqueConstraints={
3838
* @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "issue_url"}),
3939
* @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "repo_branch"}),

0 commit comments

Comments
 (0)