Skip to content

Commit

Permalink
fix: 생성자 접근자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BGuga committed Sep 14, 2023
1 parent 1801641 commit 1cfac92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TicketAmount extends BaseTimeEntity {
@JoinColumn(name = "ticket_id")
private Ticket ticket;

protected TicketAmount() {
public TicketAmount() {
}

public TicketAmount(Ticket ticket) {
Expand Down

0 comments on commit 1cfac92

Please sign in to comment.