ambil data stok bantuan
This commit is contained in:
11
lib/app/modules/profile/bindings/profile_binding.dart
Normal file
11
lib/app/modules/profile/bindings/profile_binding.dart
Normal file
@ -0,0 +1,11 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:penyaluran_app/app/modules/profile/controllers/profile_controller.dart';
|
||||
|
||||
class ProfileBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut<ProfileController>(
|
||||
() => ProfileController(),
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user