Skip to content

Commit 4ae9785

Browse files
committed
fix: 빌더 생성자 허용 범위 변경
1 parent f716899 commit 4ae9785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/eatda/domain/story/Story.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class Story extends AuditingEntity {
5151
private String imageKey;
5252

5353
@Builder
54-
public Story(
54+
private Story(
5555
Member member,
5656
String storeKakaoId,
5757
String storeName,

0 commit comments

Comments
 (0)