We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb516 commit 1b1d6d8Copy full SHA for 1b1d6d8
src/Features/BulkActions/Core/WithBulkActions.php
@@ -60,6 +60,6 @@ trait WithBulkActions
60
*/
61
public function bulkActions(): array
62
{
63
- return $this->bulkActions;
+ return [];
64
}
65
0 commit comments