Skip to content

Commit

Permalink
Update HasWizard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 8, 2023
1 parent 1715bee commit 522a60a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/actions/src/Concerns/HasWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ public function modifyWizardUsing(?Closure $callback): static

return $this;
}

public function getWizardStartStep(): int
{
return $this->evaluate($this->wizardStartStep);
}
}

0 comments on commit 522a60a

Please sign in to comment.