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.', ],