mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
fix: 修复后台发送测试邮件返回状态不正确的问题
This commit is contained in:
@@ -70,5 +70,6 @@ class SendEmailJob implements ShouldQueue
|
||||
|
||||
MailLog::create($log);
|
||||
$log['config'] = config('mail');
|
||||
return $log;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user