From 34c96f20479f5a599ac91ef34a05f33b19308070 Mon Sep 17 00:00:00 2001 From: paulcortez Date: Tue, 25 Feb 2025 00:24:58 +0800 Subject: [PATCH] corrected user group listing corrected user group listing --- app/Config/AuthGroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/AuthGroups.php b/app/Config/AuthGroups.php index 3f0ce4c..295c6c3 100644 --- a/app/Config/AuthGroups.php +++ b/app/Config/AuthGroups.php @@ -69,7 +69,7 @@ class AuthGroups extends ShieldAuthGroups 'title' => 'HR User', 'description' => 'Has access to Human Resources features.', ], - 'hr' => [ + 'tk' => [ 'title' => 'Timekeeping User', 'description' => 'Has access to Timekeeping features.', ],