updated readme

This commit is contained in:
Jack Goh
2018-06-12 09:46:42 +08:00
parent 929266a09c
commit a3cb5344ee
9 changed files with 449 additions and 40 deletions
@@ -42,4 +42,8 @@ class ResetPasswordController extends Controller
{
return response()->json(['email' => trans($response)], 400);
}
protected function showResetForm(){
return view('index');
}
}