Apply fixes from StyleCI

This commit is contained in:
Rico
2023-11-26 16:39:54 +00:00
committed by StyleCI Bot
parent a2dc7ad465
commit d07bda0fa3
2 changed files with 1 additions and 3 deletions

View File

@@ -8,10 +8,8 @@ use App\Models\Champion;
use App\Models\ChampionRoles;
use Illuminate\Support\Facades\Cache;
class ChampionController extends Controller
{
/**
* Display a listing of the resource.
*/

View File

@@ -38,6 +38,6 @@ class SummonerIcon extends Model
public function getSqidAttribute(): string
{
$sqids = new Sqids(minLength: 5);
return $sqids->encode([$this->icon_id]);
return $sqids->encode([$this->icon_id]);
}
}