app / Models / CheckInCheckOut.php
protected $guarded = []; public function employeeCheckInfo(){ return $this->belongsTo(User::class,'user_id','id'); }
← Project Salary →