Better user creation email.
This commit is contained in:
parent
3240601d03
commit
95171a3e41
5 changed files with 14 additions and 20 deletions
|
@ -105,8 +105,6 @@ class UserRepository
|
|||
'token' => $token,
|
||||
'created_at' => Carbon::now()->toDateTimeString(),
|
||||
]);
|
||||
|
||||
$user->notify((new AccountCreated($token)));
|
||||
}
|
||||
|
||||
DB::commit();
|
||||
|
|
Reference in a new issue