Skip to content

Commit

Permalink
Fix: 리뷰 작성시 작성일 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 20, 2024
1 parent 1c07e87 commit 49108e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static Review of(Experience experience, User mentor, User mentee, Appoint

public void setContent(String content) {
this.content = content;
this.reviewDate = LocalDate.now();
this.isWritten=true;
}
}

0 comments on commit 49108e7

Please sign in to comment.