mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-26 04:59:16 -05:00
refactor: staff moderation controller
This commit is contained in:
@@ -69,7 +69,7 @@ class ModerationController extends Controller
|
||||
if ($torrent->status !== 1) {
|
||||
$appurl = \config('app.url');
|
||||
$user = $torrent->user;
|
||||
$user_id = $user->id;
|
||||
$userId = $user->id;
|
||||
$username = $user->username;
|
||||
$anon = $torrent->anon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user