Skip to content

Commit 7a38ca1

Browse files
committed
Update RegisteredUserController.php
1 parent 603a392 commit 7a38ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Http/Controllers/Auth/RegisteredUserController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ public function store(Request $request)
8080
});
8181
} catch (\Exception $e) {}
8282

83+
try {
84+
$request->user()->sendEmailVerificationNotification();
85+
} catch (\Exception $e) {}
8386

8487
event(new Registered($user));
8588

0 commit comments

Comments
 (0)