Skip to content

Commit

Permalink
πŸ› οΈ :: μ˜€νƒ€ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ray3238 committed Sep 15, 2024
1 parent c670d3b commit c9236cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Data/Sources/DI/UseCaseAssembly.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class UseCaseAssembly: Assembly {
)
}

// Studentsz
// Students
container.register(ChangePasswordUseCase.self) { reslover in
ChangePasswordUseCase(
studentsRepository: reslover.resolve(StudentsRepository.self)!
Expand Down

0 comments on commit c9236cc

Please sign in to comment.