Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
christosku authored and github-actions[bot] committed Nov 1, 2023
1 parent 977a979 commit c5e20de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/RunHealthChecksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ protected function determineCommandResult(Collection $results): int
*/
protected function getFailedNotificationClass(): string
{
return array_key_first(config('health.notifications.notifications'));
return array_key_first(config('health.notifications.notifications'));
}
}

0 comments on commit c5e20de

Please sign in to comment.