Remove laravelista/comments

This commit is contained in:
2026-01-10 14:06:00 +01:00
parent 571bf4584c
commit 67f5d0db8b
13 changed files with 10 additions and 604 deletions

View File

@@ -10,11 +10,10 @@ use Illuminate\Support\Carbon;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Conner\Tagging\Taggable;
use Laravelista\Comments\Commentable;
class Hentai extends Model implements Sitemapable
{
use Commentable, Taggable;
use Taggable;
use HasFactory;
/**