File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/laravel/fortify/src/Http/Responses/EmailVerificationNotificationSentResponse.php
Back
<?php namespace Laravel\Fortify\Http\Responses; use Illuminate\Http\JsonResponse; use Laravel\Fortify\Contracts\EmailVerificationNotificationSentResponse as EmailVerificationNotificationSentResponseContract; use Laravel\Fortify\Fortify; class EmailVerificationNotificationSentResponse implements EmailVerificationNotificationSentResponseContract { /** * Create an HTTP response that represents the object. * * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function toResponse($request) { return $request->wantsJson() ? new JsonResponse('', 202) : back()->with('status', Fortify::VERIFICATION_LINK_SENT); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings