# CheckInCheckOut

app / Models / CheckInCheckOut.php

protected $guarded = [];
public function employeeCheckInfo(){
    return $this->belongsTo(User::class,'user_id','id');
}
1
2
3
4
Last Updated: 6/1/2022, 10:25:03 PM