Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
✨ :: [#198] ReactorAssembly / ClubAttendReactor 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shwaaaa committed Apr 2, 2024
1 parent dc3414c commit 2056e6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iOS/Sources/Application/DI/Assembly/ReactorAssembly.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ final class ReactorAssembly: Assembly {
clubCloseUseCase: r.resolve(ClubCloseUseCase.self)!
)
}

container.register(ClubAttendReactor.self) { _ in
ClubAttendReactor()
}
}
}

0 comments on commit 2056e6b

Please sign in to comment.