summaryrefslogtreecommitdiff
path: root/workbench/app/Livewire
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-04-02 22:29:34 +0100
committerSam Light <samlight1994@gmail.com>2025-04-02 22:29:34 +0100
commit350dc0827e0ff9e4f47c2df23187a35e8a8cf58b (patch)
treeabc6d1c1f6f6ba697059fa026dc83cf2bbb047f0 /workbench/app/Livewire
parente73b21ab36a00f012baf3076e9bd0fc1ab84036c (diff)
Remamed functions more
Diffstat (limited to 'workbench/app/Livewire')
-rw-r--r--workbench/app/Livewire/ProductsTable.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/workbench/app/Livewire/ProductsTable.php b/workbench/app/Livewire/ProductsTable.php
index a9e128b..1ae33be 100644
--- a/workbench/app/Livewire/ProductsTable.php
+++ b/workbench/app/Livewire/ProductsTable.php
@@ -31,10 +31,10 @@ class ProductsTable extends Table
);
return parent::toolbar()
- ->appendStartItem(Search::make())
- ->appendStartItem($categoryFilter)
- ->appendEndItem(PageSize::make())
- ->appendEndItem(ColumnSelect::make());
+ ->appendStart(Search::make())
+ ->appendStart($categoryFilter)
+ ->appendEnd(PageSize::make())
+ ->appendEnd(ColumnSelect::make());
}
public function query(): Builder