This commit is contained in:
dependabot[bot]
2024-07-01 03:22:52 +00:00
committed by GitHub Action
parent 7d3630c92a
commit 8199a5d6f3
12 changed files with 18 additions and 53 deletions

View File

@@ -8,9 +8,7 @@ use Illuminate\View\Component;
class List_all extends Component
{
public function __construct(public SummonerEmote $emotes)
{
}
public function __construct(public SummonerEmote $emotes) {}
public function render(): View
{