Add comments to Hentai

This commit is contained in:
2026-01-10 18:54:48 +01:00
parent 871028930b
commit 7810cd53fb
3 changed files with 6 additions and 9 deletions

View File

@@ -36,6 +36,11 @@ class Hentai extends Model implements Sitemapable
return $this->episodes->first()->title;
}
public function comments()
{
return $this->morphMany(Comment::class, 'commentable');
}
/**
* Has a Gallery.
*/