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 72a3610 commit ae20c3d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class EmailHealthStatusPage extends Page implements HasForms, HasTable
protected static ?string $navigationGroup = 'Email';
protected static ?string $navigationLabel = 'Email Health Status';

protected static ?int $navigationSort = 5;

public function table(Table $table): Table
{
return $table
Expand Down

0 comments on commit ae20c3d

Please sign in to comment.