MarvinLabs\SetupWizard\Controllers\WizardController::showStep PHP 메소드

showStep() 공개 메소드

Show the form to setup the current step
public showStep ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response
    public function showStep()
    {
        return view()->make('setup_wizard::steps.default');
    }