GWM : staff attandance issue

This commit is contained in:
Gowtham M 2026-06-08 15:09:43 +05:30
parent d0358fcdc5
commit f15d59ea34

View File

@ -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'];
}