Skip to content

Commit

Permalink
[MOD/#117] 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
angryPodo committed Jan 22, 2025
1 parent 210668e commit ead1ef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ abstract class RepositoryModule {

@Binds
@Singleton
abstract fun provideRegisterRepository(registerRepositoryImpl: RegisterRepositoryImpl): RegisterRepository
abstract fun bindRegisterRepository(registerRepositoryImpl: RegisterRepositoryImpl): RegisterRepository
}

0 comments on commit ead1ef5

Please sign in to comment.