Skip to content

Commit

Permalink
Updated code to be compatible with php-etl/action-contracts:0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent ada4652 commit d9f826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute(ActionInterface $action, StateInterface $state): Executi
);
}

$state->teardown();
$state->success();

return $this;
}
Expand Down

0 comments on commit d9f826c

Please sign in to comment.