mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 03:34:22 -05:00
fix: incorrect warning.torrent column reference 2
Regression from #5113.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user