Eccube\Controller\ContactController::complete PHP Method

complete() public method

お問い合わせ完了画面.
public complete ( Application $app ) : Response
$app Eccube\Application
return Symfony\Component\HttpFoundation\Response
    public function complete(Application $app)
    {
        return $app->render('Contact/complete.twig');
    }
ContactController