Update password reset email
This commit is contained in:
@@ -72,7 +72,8 @@ class User extends Authenticatable implements IDs
|
||||
*/
|
||||
public function sendPasswordResetNotification($token)
|
||||
{
|
||||
$this->notify((new ResetPasswordNotification($token))->onQueue('high'));
|
||||
$this->notify((new ResetPasswordNotification($token))
|
||||
->onQueue('user'));
|
||||
}
|
||||
|
||||
/* INTERFACES */
|
||||
|
Reference in New Issue
Block a user