Skip to content

Commit f0aafac

Browse files
committed
Fix: BaseEntity 오타 수정 (#33)
1 parent 61aec8f commit f0aafac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/back/global/entity/BaseEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public abstract class BaseEntity {
1616
private Long id;
1717

1818
@CreatedDate
19-
private LocalDateTime createAt;
19+
private LocalDateTime createdAt;
2020

2121
@LastModifiedDate
2222
private LocalDateTime updatedAt;

0 commit comments

Comments
 (0)