init
All checks were successful
Deploy to Production / deploy (push) Successful in 13s

This commit is contained in:
珂珂 2024-11-15 17:40:10 +08:00
parent 7822ffa389
commit 386d2dea92

View File

@ -24,7 +24,8 @@ public function toMail(object $notifiable): MailMessage
return (new MailMessage())
->subject("预约试驾线索通知")
->line("收到新的试驾预约信息:")
->line($table);
->line($table)
->salutation(" ");
}
public function toArray(object $notifiable): array