Skip to content

Commit

Permalink
Update EmailHealthStatusPage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Dec 6, 2024
1 parent 8f54926 commit ab7c240
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public function table(Table $table): Table
]);
})
->color('info'),
Action::make('deleteLogs')
->label('Delete Logs')
Action::make('truncateLogs')
->label('Truncate Logs')
->action(function (EmailHealthStatus $record) {
$serviceName = strtolower($record->service);
$emailService = new EmailService();
Expand Down

0 comments on commit ab7c240

Please sign in to comment.