Skip to content

Commit 18bd6e5

Browse files
HP-1631: fixed cancelled action state name
1 parent a172483 commit 18bd6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/ActionState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ActionState
2727

2828
private const STATE_FUTURE = 'future';
2929

30-
private const STATE_CANCELED = 'canceled';
30+
private const STATE_CANCELED = 'cancelled';
3131

3232
private function __construct(protected string $state = self::STATE_NEW)
3333
{

0 commit comments

Comments
 (0)