feat: summoner icon show

This commit is contained in:
Rico van Zelst
2023-11-27 19:11:09 +01:00
parent 96c346f426
commit 3e7592fa9c
6 changed files with 172 additions and 1 deletions

View File

@@ -40,4 +40,9 @@ class SummonerIcon extends Model
$sqids = new Sqids(minLength: 5);
return $sqids->encode([$this->icon_id]);
}
public function getRouteKeyName(): string
{
return 'slug';
}
}