Skip to content

Commit

Permalink
Change interface name from AttendanceRepository to AttendanceRecordRe…
Browse files Browse the repository at this point in the history
…pository to reflect actual database name
  • Loading branch information
ezhang04 committed Apr 2, 2024
1 parent a3de4ec commit 2bf42e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
import org.springframework.stereotype.Repository;

@Repository
public interface AttendanceRepository extends JpaRepository<Attendance, Long> {
public interface AttendanceRecordRepository extends JpaRepository<Attendance, Long> {
}

0 comments on commit 2bf42e7

Please sign in to comment.