belongsTo(User::class); } public function document() { return $this->belongsTo(WorkflowDocument::class); } }