fix: 修复后台发送测试邮件返回状态不正确的问题

This commit is contained in:
xboard
2023-12-07 04:19:30 +08:00
parent 189b247ad8
commit 546f11bdae
+1
View File
@@ -70,5 +70,6 @@ class SendEmailJob implements ShouldQueue
MailLog::create($log);
$log['config'] = config('mail');
return $log;
}
}