style: fixes from styleci

Apply fixes from StyleCI
This commit is contained in:
Rico
2023-11-26 17:41:27 +01:00
committed by GitHub
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]);
}
}