This commit is contained in:
rico-vz
2024-07-03 18:11:23 +00:00
committed by GitHub Action
parent 4f738eeecd
commit 3c6278cc6e
12 changed files with 18 additions and 53 deletions

View File

@@ -11,9 +11,7 @@ class recent_skins extends Component
/**
* Create a new component instance.
*/
public function __construct(public array $latestSkins)
{
}
public function __construct(public array $latestSkins) {}
/**
* Get the view / contents that represent the component.

View File

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