Skip to content

Commit

Permalink
Add unknown status into unresolved lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Dec 30, 2024
1 parent 70aa878 commit 0aed625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/IncidentStatusEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ enum IncidentStatusEnum: int implements HasColor, HasIcon, HasLabel
public static function unresolved(): array
{
return [
self::unknown,
self::investigating,
self::identified,
self::watching,
Expand Down

0 comments on commit 0aed625

Please sign in to comment.