TF-1118 Apply new latest design forwarding
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:tmail_ui_user/features/mailbox_creator/domain/usecases/verify_name_interactor.dart';
|
||||
import 'package:tmail_ui_user/features/manage_account/presentation/forward/forward_controller.dart';
|
||||
|
||||
class ForwardBindings extends Bindings {
|
||||
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => VerifyNameInteractor());
|
||||
Get.lazyPut(() => ForwardController(Get.find<VerifyNameInteractor>()));
|
||||
Get.lazyPut(() => ForwardController());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user