Skip to content

Commit 1b1d6d8

Browse files
committed
Fix BulkActions Return
1 parent 29eb516 commit 1b1d6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/BulkActions/Core/WithBulkActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ trait WithBulkActions
6060
*/
6161
public function bulkActions(): array
6262
{
63-
return $this->bulkActions;
63+
return [];
6464
}
6565
}

0 commit comments

Comments
 (0)