From 536fa6c917d63b14feeb8f876e6a1d62acb577fc Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 12 Feb 2026 00:23:02 +0000 Subject: Created new dropdown toolbar item --- src/Toolbar/SelectFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toolbar/SelectFilter.php') diff --git a/src/Toolbar/SelectFilter.php b/src/Toolbar/SelectFilter.php index fa5b893..dd0286a 100644 --- a/src/Toolbar/SelectFilter.php +++ b/src/Toolbar/SelectFilter.php @@ -5,7 +5,7 @@ declare(strict_types=1); namespace Lightscale\LaralightTables\Toolbar; use Illuminate\View\View; -use Lightscale\LaralightTables\Concerns\WithAttributes; +use Lightscale\LaralightTables\Toolbar\Concerns\WithAttributes; class SelectFilter extends Filter { -- cgit v1.2.3