summaryrefslogtreecommitdiff
path: root/workbench/app/Livewire/Table.php
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-04-02 23:18:08 +0100
committerSam Light <samlight1994@gmail.com>2025-04-02 23:18:08 +0100
commit40607777a5752523f6750312675db09665726a5f (patch)
tree61004cf8148cb9e57bec12a5e92a2b352fc1528b /workbench/app/Livewire/Table.php
parent350dc0827e0ff9e4f47c2df23187a35e8a8cf58b (diff)
Switch to allow multiple toolbars
Diffstat (limited to 'workbench/app/Livewire/Table.php')
-rw-r--r--workbench/app/Livewire/Table.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/workbench/app/Livewire/Table.php b/workbench/app/Livewire/Table.php
index 5bffaed..0cda575 100644
--- a/workbench/app/Livewire/Table.php
+++ b/workbench/app/Livewire/Table.php
@@ -8,9 +8,4 @@ use Lightscale\LaralightTables\Toolbar;
abstract class Table extends TableComponent
{
- public function toolbar(): Toolbar
- {
- return new Toolbar($this);
- }
-
}