Skip to content

Commit

Permalink
Merge pull request #108 from gizburdt/patch-1
Browse files Browse the repository at this point in the history
Missing setting $message
  • Loading branch information
freekmurze authored Jul 29, 2022
2 parents 0d2ebcc + 2c37f8e commit 168732d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Checks/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public function getNotificationMessage(): string

public function ok(string $message = ''): self
{
$this->notificationMessage = $message;

$this->status = Status::ok();

return $this;
Expand Down

0 comments on commit 168732d

Please sign in to comment.