Skip to content

Commit 35c1274

Browse files
author
Tobias Wojtylak
committed
Fixed redirectToNextStep: Pass Step instead of string
1 parent 19b0763 commit 35c1274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/DefaultStepController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getTemplateVariables(): array
7171
*/
7272
public function redirectToNextStep(int $statusCode = 302): RedirectResponse
7373
{
74-
return $this->redirectToStep($this->getNextStepLink(), $statusCode);
74+
return $this->redirectToStep($this->getNextStep(), $statusCode);
7575
}
7676

7777
/**

0 commit comments

Comments
 (0)