mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
fix: 修复后台发送测试邮件返回状态不正确的问题
This commit is contained in:
parent
189b247ad8
commit
546f11bdae
@ -70,5 +70,6 @@ class SendEmailJob implements ShouldQueue
|
|||||||
|
|
||||||
MailLog::create($log);
|
MailLog::create($log);
|
||||||
$log['config'] = config('mail');
|
$log['config'] = config('mail');
|
||||||
|
return $log;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user