From 6d26688fded015141a45a88b90b2d70a0ac88420 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 26 Apr 2025 13:05:25 +0100 Subject: Larastanning --- src/Toolbar/Item.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Toolbar/Item.php') diff --git a/src/Toolbar/Item.php b/src/Toolbar/Item.php index e91698f..e161fb9 100644 --- a/src/Toolbar/Item.php +++ b/src/Toolbar/Item.php @@ -8,6 +8,7 @@ use Lightscale\LaralightTables\Concerns\Makable; use Illuminate\View\View; use Illuminate\Support\HtmlString; +use Illuminate\Database\Eloquent\Model; abstract class Item { @@ -25,6 +26,9 @@ abstract class Item return $this->toolbar; } + /** + * @return TableComponent + */ public function getTable(): TableComponent { return $this->getToolbar()->getTable(); -- cgit v1.2.3