Skip to content

Commit 5beb4ff

Browse files
authored
Merge pull request #15 from BrandonSurowiec/patch-1
Correct controller name for SendsPasswordResetEmails trait
2 parents 6e9e84d + 53f0ed9 commit 5beb4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These traits can be found in these three files:
3737

3838
- `App\Http\Controllers\Auth\LoginController`
3939
- `App\Http\Controllers\Auth\RegisterController`
40-
- `App\Http\Controllers\Auth\SendsPasswordResetEmails`
40+
- `App\Http\Controllers\Auth\ForgotPasswordController`
4141

4242
### Add the confirmation and resend routes
4343

0 commit comments

Comments
 (0)