diff --git a/src/Action.php b/src/Action.php index b218659..1673c56 100644 --- a/src/Action.php +++ b/src/Action.php @@ -37,7 +37,7 @@ public function execute(ActionInterface $action, StateInterface $state): Executi ); } - $state->teardown(); + $state->success(); return $this; }