Skip to content

Commit

Permalink
fix(event): fix missing renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Nov 8, 2022
1 parent f2f44f3 commit e51eff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function isInterrupted(): bool
/**
* @return string|Stringable
*/
public function reason()
public function getReasonForInterruption()
{
return $this->reason;
}
Expand Down

0 comments on commit e51eff5

Please sign in to comment.