- Timestamp:
- 10/25/21 21:49:53 (3 years ago)
- Branches:
- develop, master
- Children:
- e756bd9
- Parents:
- 05e57e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Auth/ForgotPasswordController.php
r05e57e2 r1c25bcf 3 3 namespace App\Http\Controllers\Auth; 4 4 5 use App\Helpers\Alert; 5 6 use App\Http\Requests\Auth\ForgotPasswordRequest; 6 7 use App\Models\User; … … 33 34 $user->notify(new ForgotPassword($user)); 34 35 35 $request->session()->flash("forgotInfo", "We have sent an email to your inbox.");36 Alert::flash( "We have sent an email to your inbox", "error"); 36 37 37 38 return redirect()->route("auth.forgotShow");
Note:
See TracChangeset
for help on using the changeset viewer.