mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
updated readme
This commit is contained in:
@@ -26,9 +26,11 @@ class ForgotPasswordController extends Controller
|
||||
* @param string $response
|
||||
* @return \Illuminate\Http\RedirectResponse
|
||||
*/
|
||||
protected function sendResetLinkResponse($response)
|
||||
{
|
||||
return ['status' => trans($response)];
|
||||
protected function sendResetLinkEmail($response)
|
||||
{
|
||||
$link = "http://localhost:8000/?token=123";
|
||||
return $link;
|
||||
//return ['status' => trans($response)];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user