mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
style: laravel pint lint
This commit is contained in:
@@ -25,11 +25,12 @@ class SkinChroma extends Model
|
||||
|
||||
public function sluggable(): array
|
||||
{
|
||||
$slug = $this->chroma_name . ' ' . $this->skin_name;
|
||||
$slug = $this->chroma_name.' '.$this->skin_name;
|
||||
|
||||
return [
|
||||
'slug' => [
|
||||
'source' => $slug
|
||||
]
|
||||
'source' => $slug,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user