mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
PHP Style Change (Laravel Pint CI)
This commit is contained in:
@@ -147,7 +147,7 @@ class RssController extends Controller
|
||||
|
||||
$cacheKey = 'rss:'.$rss->id;
|
||||
|
||||
$torrents = cache()->remember($cacheKey, 300, fn() => Torrent::query()
|
||||
$torrents = cache()->remember($cacheKey, 300, fn () => Torrent::query()
|
||||
->select([
|
||||
'name',
|
||||
'id',
|
||||
|
||||
Reference in New Issue
Block a user