summaryrefslogtreecommitdiff
path: root/src/Toolbar/SelectFilter.php
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2026-02-12 00:23:02 +0000
committerSam Light <samlight1994@gmail.com>2026-02-12 00:23:02 +0000
commit536fa6c917d63b14feeb8f876e6a1d62acb577fc (patch)
tree548f6b23324c8a0ef9448d16773ffad33ccc9c0b /src/Toolbar/SelectFilter.php
parentf998df6a2abaa211a730f247ce814f238228fb70 (diff)
Created new dropdown toolbar itemv2.1.0
Diffstat (limited to 'src/Toolbar/SelectFilter.php')
-rw-r--r--src/Toolbar/SelectFilter.php2
1 files changed, 1 insertions, 1 deletions
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
{