Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-04-15 03:17:22 +00:00
parent a0f3fcba18
commit 401fa11cb1
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ class ChampionController extends Controller
$splashColor = Cache::remember(
'championSplashColorCache'.$champion->slug,
$sixMonthsInSeconds,
static fn () => getAverageColorFromImageUrl('https://wsrv.nl/?url=' . $champion->getChampionImageAttribute(true))
static fn () => getAverageColorFromImageUrl('https://wsrv.nl/?url='.$champion->getChampionImageAttribute(true))
);
$champion->splash_color = $splashColor;