Apply fixes from StyleCI

This commit is contained in:
Rico
2023-11-16 10:29:51 +00:00
committed by StyleCI Bot
parent ad49426825
commit 3fcbbc8e9c
3 changed files with 1 additions and 3 deletions

View File

@@ -33,5 +33,4 @@ class SummonerIcon extends Model
],
];
}
}

View File

@@ -8,7 +8,6 @@ use Illuminate\View\Component;
class List_all extends Component
{
public function __construct(public SummonerIcon $icons)
{
}