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 {
|
class BillingModule extends Module {
|
||||||
@override
|
@override
|
||||||
void binds(Injector i) {
|
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
|
// Repositories
|
||||||
i.addSingleton<BillingRepository>(
|
i.addSingleton<BillingRepository>(
|
||||||
() => BillingRepositoryImpl(
|
() => BillingRepositoryImpl(
|
||||||
|
|||||||
Reference in New Issue
Block a user