App\Controllers\Auth\PasswordController::getChangePassword PHP Method

getChangePassword() public method

public getChangePassword ( $request, $response )
    public function getChangePassword($request, $response)
    {
        return $this->view->render($response, 'auth/password/change.twig');
    }