PHP Style Change (Laravel Pint CI)

This commit is contained in:
HDVinnie
2023-10-13 02:31:58 +00:00
committed by HDVinne
parent b3f0386149
commit 4ce90b163f
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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',