GWM : staff attandance issue
This commit is contained in:
parent
d0358fcdc5
commit
f15d59ea34
@ -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'];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user