このコミットが含まれているのは:
守矢諏訪子 2021-12-02 03:14:29 +09:00
コミット 5ce99b3153
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -106,7 +106,7 @@ class Contact {
Mail::to(config('mail.from.address'))->send(new ContactNotifyMail($this->field, $filename));
} catch (\Throwable $e) {
Storage::disk('public')->delete($filename);
$this->field['bunsyo'] = $gpg->decrypt($this->field['bunsyo']);
$this->field['bunsyo'] = $r->bunsyo;
Log::critical($e);
return view('pages.site.contact', ['field' => $this->field, 'err' => ['送信に失敗しました。数時間後もう一回送信してみて下さい。']]);
}