Login logout handled : GWM
This commit is contained in:
parent
e7461a54c0
commit
5b01cdae83
@ -4,7 +4,7 @@ use CodeIgniter\Model;
|
||||
|
||||
class StaffAttendanceModel extends Model
|
||||
{
|
||||
protected $table = 'staff_attendance';
|
||||
protected $table = 'partner_staff_attendance';
|
||||
protected $primaryKey = 'id';
|
||||
protected $returnType = 'array';
|
||||
protected $allowedFields = ['staff_id', 'login_datetime', 'logout_datetime'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user