mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
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…
x
Reference in New Issue
Block a user