Trust extension by repo (#570)

This commit is contained in:
AntsyLich
2024-05-04 16:26:45 +06:00
committed by GitHub
parent 21145144cd
commit 70cd688ac2
6 changed files with 35 additions and 27 deletions
@@ -179,7 +179,7 @@ class DomainModule : InjektModule {
addFactory { ToggleLanguage(get()) }
addFactory { ToggleSource(get()) }
addFactory { ToggleSourcePin(get()) }
addFactory { TrustExtension(get()) }
addFactory { TrustExtension(get(), get()) }
addSingletonFactory<ExtensionRepoRepository> { ExtensionRepoRepositoryImpl(get()) }
addFactory { ExtensionRepoService(get(), get()) }