refactor: staff moderation controller

This commit is contained in:
HDVinnie
2020-12-30 12:18:38 -05:00
parent 69f57a14d7
commit 21ddf328bf
@@ -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;