Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Oct 10, 2023
1 parent c9f180a commit 7a7861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Base/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function getReportInterval(): Carbon
return $this->reportInterval ?? config('ok.notifications.interval', Carbon::now()->subMinutes(30));
}

public function reportInterval(Carbon $minimumDelay): static
public function setNotificationInterval(Carbon $minimumDelay): static
{
$this->reportInterval = $minimumDelay;

Expand Down

0 comments on commit 7a7861f

Please sign in to comment.