Skip to content

Commit

Permalink
Remove getActions()
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 committed Jan 14, 2025
1 parent 8a13210 commit e572b2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Resources/SuppressionResource/Pages/ListSuppressions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ public function getTitle(): string
{
return __('Suppressions');
}

protected function getActions(): array
{
return [];
}
}

0 comments on commit e572b2e

Please sign in to comment.