class SimpleViewResponse implements LoginViewResponse, ResetPasswordViewResponse, RegisterViewResponse, RequestPasswordResetLinkViewResponse, TwoFactorChallengeViewResponse, VerifyEmailViewResponse, ConfirmPasswordViewResponse

Methods

__construct(callable|string $view)

No description

Response
toResponse(Request $request)

Create an HTTP response that represents the object.

Details

at line 23
__construct(callable|string $view)

No description

Parameters

callable|string $view

at line 32
Response toResponse(Request $request)

Create an HTTP response that represents the object.

Parameters

Request $request

Return Value

Response