Skip to content

Commit

Permalink
Update setting_controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ledhcg committed Jun 17, 2023
1 parent c1b0b1e commit e2c27ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:get/get.dart';
import 'package:provider/provider.dart';
import 'package:rikedu/src/features/authentication/models/user_model.dart';
import 'package:rikedu/src/features/authentication/providers/auth_provider.dart';
import 'package:rikedu/src/utils/constants/roles_constants.dart';

class SettingsController extends GetxController {
final authProvider = Provider.of<AuthProvider>(Get.context!);
Expand Down

0 comments on commit e2c27ad

Please sign in to comment.