79455318

Date: 2025-02-20 17:15:53
Score: 1
Natty:
Report link

In your perform action make a forward to the show action. The single view is reloaded and the form shows the next step or performs the finishers.

public function performAction(): ResponseInterface
{
    return new ForwardResponse('show');
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Stefan Padberg