update: make torrent trumps auditable

This commit is contained in:
Roardom
2026-02-17 10:40:20 +00:00
parent fd63b96269
commit 746dc121cf
+3
View File
@@ -17,6 +17,7 @@ declare(strict_types=1);
namespace App\Models;
use App\Models\Scopes\ApprovedScope;
use App\Traits\Auditable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use AllowDynamicProperties;
@@ -34,6 +35,8 @@ use AllowDynamicProperties;
#[AllowDynamicProperties]
final class TorrentTrump extends Model
{
use Auditable;
/**
* The attributes that aren't mass assignable.
*