belongsTo(Handover::class); } public function issue() { return $this->belongsTo(UniformIssue::class, 'uniform_issue_id'); } }