mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Dusting
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user