diff --git a/src/Components/Step.php b/src/Components/Step.php index 8a8e58e..2e196a0 100644 --- a/src/Components/Step.php +++ b/src/Components/Step.php @@ -85,7 +85,7 @@ public function setOrder(int $order): static return $this; } - public function view(string $view): static + public function setView(string $view): static { $this->view = $view;