Skip to content

Commit

Permalink
Merge pull request #15 from trippo/main
Browse files Browse the repository at this point in the history
Fix error of method declaration
  • Loading branch information
vildanbina committed Oct 24, 2022
2 parents 6f837cc + 627259b commit 9316645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Step.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9316645

Please sign in to comment.