diff options
| author | Sam Light <samlight1994@gmail.com> | 2026-02-20 22:35:15 +0000 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-02-20 22:35:15 +0000 |
| commit | 662efa20b3e3d4834a487eb98f69a3a3ea35ccec (patch) | |
| tree | c11a124f0edc1fe2f32d8c4e83e5e2b20fd8c5ed /src | |
| parent | 536fa6c917d63b14feeb8f876e6a1d62acb577fc (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/Toolbar.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Toolbar.php b/src/Toolbar.php index 602c329..9df38c6 100644 --- a/src/Toolbar.php +++ b/src/Toolbar.php @@ -6,6 +6,7 @@ namespace Lightscale\LaralightTables; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Collection; +use Illuminate\Support\Traits\Conditionable; use Illuminate\View\View; use Lightscale\LaralightTables\Concerns\Makable; use Lightscale\LaralightTables\Toolbar\Filter as FilterItem; @@ -15,6 +16,7 @@ use Lightscale\LaralightTables\Toolbar\Search as SearchItem; class Toolbar { + use Conditionable; use Makable; protected ?SearchItem $searchItem = null; |
