diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-02 23:18:08 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-02 23:18:08 +0100 |
commit | 40607777a5752523f6750312675db09665726a5f (patch) | |
tree | 61004cf8148cb9e57bec12a5e92a2b352fc1528b /workbench/app/Livewire/Table.php | |
parent | 350dc0827e0ff9e4f47c2df23187a35e8a8cf58b (diff) |
Switch to allow multiple toolbars
Diffstat (limited to 'workbench/app/Livewire/Table.php')
-rw-r--r-- | workbench/app/Livewire/Table.php | 5 |
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); - } - } |