From abb298cdfa2fdf035917445ffbef9cc828af87bf Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sat, 19 Oct 2024 21:24:50 +0200 Subject: [PATCH] Lint --- app/View/Form/Select.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/View/Form/Select.php b/app/View/Form/Select.php index f544efa4..5b869f13 100644 --- a/app/View/Form/Select.php +++ b/app/View/Form/Select.php @@ -4,7 +4,6 @@ namespace App\View\Form; use App\View\Traits\HasFormDimensions; use Illuminate\View\Component; -use Illuminate\View\ComponentAttributeBag; class Select extends Component {