Skip to content

Commit c9236cc

Browse files
committed
๐Ÿ› ๏ธ :: ์˜คํƒ€ ์ˆ˜์ •
1 parent c670d3b commit c9236cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽProjects/Data/Sources/DI/UseCaseAssembly.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class UseCaseAssembly: Assembly {
3535
)
3636
}
3737

38-
// Studentsz
38+
// Students
3939
container.register(ChangePasswordUseCase.self) { reslover in
4040
ChangePasswordUseCase(
4141
studentsRepository: reslover.resolve(StudentsRepository.self)!

0 commit comments

Comments
ย (0)