summaryrefslogtreecommitdiff
path: root/src/Toolbar/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar/Item.php')
-rw-r--r--src/Toolbar/Item.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Toolbar/Item.php b/src/Toolbar/Item.php
index 168f877..e91698f 100644
--- a/src/Toolbar/Item.php
+++ b/src/Toolbar/Item.php
@@ -4,12 +4,15 @@ namespace Lightscale\LaralightTables\Toolbar;
use Lightscale\LaralightTables\TableComponent;
use Lightscale\LaralightTables\Toolbar;
+use Lightscale\LaralightTables\Concerns\Makable;
use Illuminate\View\View;
use Illuminate\Support\HtmlString;
abstract class Item
{
+ use Makable;
+
private Toolbar $toolbar;
public function setToolbar(Toolbar $toolbar): void