Skip to content

Commit 73fd3c6

Browse files
pushpak1300driesvints
authored andcommitted
Test Fix
1 parent 4f5e9a8 commit 73fd3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
Route::post('password/reset', 'ResetPasswordController@reset')->name('password.reset.post');
3232

3333
// Email address confirmation
34+
Route::get('email-confirmation', 'EmailConfirmationController@send')->name('email.send_confirmation');
3435
Route::get('email/verify/{id}', 'VerificationController@verify')->name('verification.verify');
3536
Route::get('email/resend', 'VerificationController@resend')->name('verification.resend');
3637

0 commit comments

Comments
 (0)