From f15d59ea349fd214c64b751271f3fcae6fe7c3b3 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Mon, 8 Jun 2026 15:09:43 +0530 Subject: [PATCH] GWM : staff attandance issue --- app/Models/StaffAttendanceModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/StaffAttendanceModel.php b/app/Models/StaffAttendanceModel.php index efd14f1..d60ed12 100644 --- a/app/Models/StaffAttendanceModel.php +++ b/app/Models/StaffAttendanceModel.php @@ -7,5 +7,5 @@ class StaffAttendanceModel extends Model protected $table = 'partner_staff_attendance'; protected $primaryKey = 'id'; protected $returnType = 'array'; - protected $allowedFields = ['staff_id', 'login_datetime', 'logout_datetime']; + protected $allowedFields = ['staff_id', 'login_datetime', 'logout_datetime', 'manager_id']; }