Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Jul 11, 2024
2 parents 220d6da + 1099d17 commit 0cc137e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `laravel-livewire-tables` will be documented in this file

## UNRELEASED
## [v3.3.0] - 2024-07-12
### New Features
- Add new columns (ArrayColumn, AvgColumn, CountColumn, SumColumn) by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1761

Expand Down
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 0cc137e

Please sign in to comment.