ForkCMS\Bundle\InstallerBundle\Controller\InstallerController::noStepAction PHP Method

noStepAction() public method

public noStepAction ( ) : RedirectResponse
return Symfony\Component\HttpFoundation\RedirectResponse
    public function noStepAction()
    {
        $this->checkInstall();
        return $this->redirect($this->generateUrl('install_step1'));
    }