We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a172483 commit 18bd6e5Copy full SHA for 18bd6e5
src/action/ActionState.php
@@ -27,7 +27,7 @@ class ActionState
27
28
private const STATE_FUTURE = 'future';
29
30
- private const STATE_CANCELED = 'canceled';
+ private const STATE_CANCELED = 'cancelled';
31
32
private function __construct(protected string $state = self::STATE_NEW)
33
{
0 commit comments