fixbug
This commit is contained in:
parent
958b3688f5
commit
3172ff0379
|
|
@ -139,7 +139,7 @@ public function put(Request $request)
|
|||
$mail->body = $body;
|
||||
$mail->from_addr = $from_addr;
|
||||
$mail->from_protocol = $from_protocol;
|
||||
$mail->received_at = $received_at;
|
||||
$mail->received_at = Carbon::parse($received_at);
|
||||
$mail->save();
|
||||
|
||||
return response()->json([
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user