diff --git a/src/StackFormation/Helper/Pipeline.php b/src/StackFormation/Helper/Pipeline.php index 9bd1176..71ea6d8 100644 --- a/src/StackFormation/Helper/Pipeline.php +++ b/src/StackFormation/Helper/Pipeline.php @@ -24,6 +24,14 @@ public function addStage(callable $stage) return $this; } + /** + * @return \callable[] + */ + public function getStages() + { + return $this->stages; + } + /** * Process the payload. *