belongsTo(Hashtag::class,'hashtag_id'); } public function comic(){ return $this->belongsTo(Comic::class,'comic_id'); } }