Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Jul 11, 2024
1 parent 0cc137e commit 2593615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/WithBulkActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait WithBulkActions

public bool $clearSelectedOnFilter = true;

public function bulkActions(): array
public function bulkActions(): array
{
return property_exists($this, 'bulkActions') ? $this->bulkActions : [];
}
Expand Down

0 comments on commit 2593615

Please sign in to comment.