mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 04:59:06 -06:00
refactor: swap auth()->user()->id to auth()->id()
This commit is contained in:
@@ -88,7 +88,7 @@ class SimilarTorrentController extends Controller
|
||||
break;
|
||||
}
|
||||
|
||||
$personalFreeleech = cache()->get('personal_freeleech:'.auth()->user()->id);
|
||||
$personalFreeleech = cache()->get('personal_freeleech:'.auth()->id());
|
||||
|
||||
return view('torrent.similar', [
|
||||
'meta' => $meta,
|
||||
|
||||
Reference in New Issue
Block a user