We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c670d3b commit c9236ccCopy full SHA for c9236cc
โProjects/Data/Sources/DI/UseCaseAssembly.swiftโ
@@ -35,7 +35,7 @@ public final class UseCaseAssembly: Assembly {
35
)
36
}
37
38
- // Studentsz
+ // Students
39
container.register(ChangePasswordUseCase.self) { reslover in
40
ChangePasswordUseCase(
41
studentsRepository: reslover.resolve(StudentsRepository.self)!
0 commit comments