This commit is contained in:
dependabot[bot]
2024-07-01 03:23:00 +00:00
committed by GitHub Action
parent 644a9da248
commit 73d520fe1f
12 changed files with 18 additions and 53 deletions

View File

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