Update RegisteredUserController.php

This commit is contained in:
Julian Prieber 2023-05-25 23:20:26 +02:00
parent 603a392a7b
commit 7a38ca1cae
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ class RegisteredUserController extends Controller
});
} catch (\Exception $e) {}
try {
$request->user()->sendEmailVerificationNotification();
} catch (\Exception $e) {}
event(new Registered($user));