Skip to content

Commit 2c5a60a

Browse files
rappasoftgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 062dee9 commit 2c5a60a

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)