From b8e4950b54c2db6e54f1f942785cda3987b1161a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 27 Dec 2023 15:02:10 +0100 Subject: [PATCH] Fix CS --- src/Traits/HasAttributes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Traits/HasAttributes.php b/src/Traits/HasAttributes.php index 4f2966e5..aee77538 100644 --- a/src/Traits/HasAttributes.php +++ b/src/Traits/HasAttributes.php @@ -5,7 +5,6 @@ use Closure; use Cone\Root\Support\ClassList; use Illuminate\Support\Arr; - use Illuminate\View\ComponentAttributeBag; trait HasAttributes