refactor: remove mock financial repository from BillingModule bindings
This commit is contained in:
@@ -15,10 +15,6 @@ import 'presentation/pages/billing_page.dart';
|
||||
class BillingModule extends Module {
|
||||
@override
|
||||
void binds(Injector i) {
|
||||
// External Dependencies (Mocks from data_connect)
|
||||
// In a real app, these would likely be provided by a Core module or similar.
|
||||
i.addSingleton(FinancialRepositoryMock.new);
|
||||
|
||||
// Repositories
|
||||
i.addSingleton<BillingRepository>(
|
||||
() => BillingRepositoryImpl(
|
||||
|
||||
Reference in New Issue
Block a user