mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: active nav highlighting & icon fixes
This commit is contained in:
@@ -19,6 +19,10 @@ class SummonerIconSeeder extends Seeder
|
||||
$changeCount = 0;
|
||||
|
||||
foreach ($iconData as $icon) {
|
||||
if ($icon['yearReleased'] === 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$iconId = $icon['id'];
|
||||
$iconExists = SummonerIcon::where('icon_id', $iconId)->first();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user