From 1262ea3475d6231c0dfb14547017904fc74a8812 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Mon, 6 Nov 2023 00:59:45 +0100 Subject: [PATCH] fix: fix bug in component --- app/View/Components/home/recent_skins.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/View/Components/home/recent_skins.php b/app/View/Components/home/recent_skins.php index 9b3791f..666478f 100644 --- a/app/View/Components/home/recent_skins.php +++ b/app/View/Components/home/recent_skins.php @@ -11,9 +11,8 @@ class recent_skins extends Component /** * Create a new component instance. */ - public function __construct() + public function __construct(public array $skins) { - public array $skins; } /**