From 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 23 Sep 2025 22:54:57 +0100 Subject: Initial pint code formatting --- src/Toolbar/ColumnSelect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toolbar/ColumnSelect.php') diff --git a/src/Toolbar/ColumnSelect.php b/src/Toolbar/ColumnSelect.php index 9380650..8e173cd 100644 --- a/src/Toolbar/ColumnSelect.php +++ b/src/Toolbar/ColumnSelect.php @@ -13,7 +13,7 @@ class ColumnSelect extends Item return view('laralight-tables::toolbar.column-select', [ 'allColumns' => $this->getTable() ->getColumns() - ->filter(fn($c) => $c->getShowInSelect()) + ->filter(fn ($c) => $c->getShowInSelect()), ]); } } -- cgit v1.2.3