mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: upcoming skins & feat: return types
This commit is contained in:
18
app/View/Components/home/Upcoming_skins.php
Normal file
18
app/View/Components/home/Upcoming_skins.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\View\Components\Home;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class Upcoming_skins extends Component
|
||||
{
|
||||
public function __construct(public array $skins)
|
||||
{
|
||||
}
|
||||
|
||||
public function render(): View
|
||||
{
|
||||
return view('components.home.upcoming_skins');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user