芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Http/Controllers/ForgotPasswordController.php
json([ 'message' => 'Password reset email sent.', 'data' => $response, ]); } /** * Get the response for a failed password reset link. * * @param string $response * @return \Illuminate\Http\RedirectResponse|\Illuminate\Http\JsonResponse */ protected function sendResetLinkFailedResponse(Request $request, $response) { return response('Email could not be sent to this email address.', 403); } }