Skip to content

Commit

Permalink
fix: 메서드명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 21, 2024
1 parent c610798 commit ba8e857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dagger.hilt.components.SingletonComponent
@InstallIn(SingletonComponent::class)
interface AnnouncementRepositoryModule {
@Binds
fun bindPlaceRepository(
fun bindAnnouncementRepository(
announceRepositoryImpl: AnnounceRepositoryImpl
): AnnounceRepository
}

0 comments on commit ba8e857

Please sign in to comment.