We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f716899 commit 4ae9785Copy full SHA for 4ae9785
src/main/java/eatda/domain/story/Story.java
@@ -51,7 +51,7 @@ public class Story extends AuditingEntity {
51
private String imageKey;
52
53
@Builder
54
- public Story(
+ private Story(
55
Member member,
56
String storeKakaoId,
57
String storeName,
0 commit comments