fix: incorrect warning.torrent column reference 2

Regression from #5113.
This commit is contained in:
Roardom
2025-12-02 09:48:54 +00:00
parent 7fd54f8e85
commit e484706c6d
+1 -1
View File
@@ -102,7 +102,7 @@ class UserWarnings extends Component
Warning::create([
'user_id' => $this->user->id,
'warned_by' => auth()->user()->id,
'torrent' => null,
'torrent_id' => null,
'reason' => $this->message,
'expires_on' => Carbon::now()->addDays(config('hitrun.expire')),
'active' => true,