diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:54:57 +0100 |
commit | 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 (patch) | |
tree | a3798b6aca1882347e7e55bb1db9249196e0ee73 /src/Toolbar/ColumnSelect.php | |
parent | 94caf14491860e35eaf07d76e1aea7ee90e1246a (diff) |
Initial pint code formatting
Diffstat (limited to 'src/Toolbar/ColumnSelect.php')
-rw-r--r-- | src/Toolbar/ColumnSelect.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()), ]); } } |