From 53f0ed98215bd348d3ed7b3116d887b143b26415 Mon Sep 17 00:00:00 2001 From: Brandon Surowiec Date: Fri, 1 Jun 2018 21:58:10 -0400 Subject: [PATCH] Correct controller name for SendsPasswordResetEmails trait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8421725..3d02c30 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ These traits can be found in these three files: - `App\Http\Controllers\Auth\LoginController` - `App\Http\Controllers\Auth\RegisterController` -- `App\Http\Controllers\Auth\SendsPasswordResetEmails` +- `App\Http\Controllers\Auth\ForgotPasswordController` ### Add the confirmation and resend routes