mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -101,12 +101,12 @@ class Champion extends Model
|
||||
|
||||
public function getChampionImageAttribute(bool $uncentered = false): string
|
||||
{
|
||||
return getChampionImage($this->champion_id . '000', $uncentered ? 'uncentered_splash' : 'splash');
|
||||
return getChampionImage($this->champion_id.'000', $uncentered ? 'uncentered_splash' : 'splash');
|
||||
}
|
||||
|
||||
public function getChampionImageTileAttribute(): string
|
||||
{
|
||||
return getChampionImage($this->champion_id . '000', 'tile');
|
||||
return getChampionImage($this->champion_id.'000', 'tile');
|
||||
}
|
||||
|
||||
public function getChampionSquareImageAttribute(): string
|
||||
|
||||
Reference in New Issue
Block a user