Skip to content

Commit d60300b

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
2 parents a94d59f + 2c5a60a commit d60300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Traits/Helpers/ButtonGroupColumnHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function getView(): string
1414
public function getButtons(): array
1515
{
1616
return collect($this->buttons)
17-
->reject(fn($button) => ! $button instanceof LinkColumn)
17+
->reject(fn ($button) => ! $button instanceof LinkColumn)
1818
->toArray();
1919
}
2020

0 commit comments

Comments
 (0)