Skip to content

Commit

Permalink
Merge pull request #47 from SDPM-lab/dev
Browse files Browse the repository at this point in the history
v0.1.5-beta Release.
  • Loading branch information
ping-yee authored Mar 5, 2023
2 parents c667d69 + 6b7ad88 commit 9663d17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Orchestration/Orchestrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ public function getStepAction(string $alias): ActionInterface
{
foreach ($this->steps as $step) {
if (!$step->aliasNonRepeat($alias)) {
if ($step->getStepAction($alias)->getMeaningData() === null) {
throw OrchestratorException::forStepActionMeaningDataIsNull($alias);
}
return $step->getStepAction($alias);
}
}
Expand Down

0 comments on commit 9663d17

Please sign in to comment.