You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use interface types for ApiService and GateService in DI
Register services with setType(Interface)->setFactory(Implementation)
so the container exposes ApiServiceInterface and GateServiceInterface
rather than concrete classes.
0 commit comments