Update RegisteredUserController.php
This commit is contained in:
parent
603a392a7b
commit
7a38ca1cae
|
@ -80,6 +80,9 @@ class RegisteredUserController extends Controller
|
|||
});
|
||||
} catch (\Exception $e) {}
|
||||
|
||||
try {
|
||||
$request->user()->sendEmailVerificationNotification();
|
||||
} catch (\Exception $e) {}
|
||||
|
||||
event(new Registered($user));
|
||||
|
||||
|
|
Loading…
Reference in New Issue