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

This commit is contained in:
珂珂 2024-11-15 16:15:28 +08:00
parent 0a4db6d902
commit 6fbcc33edc

View File

@ -63,7 +63,7 @@ public function action_push2contact()
foreach ($items as $item) {
$contact = $contacts[$offset];
// $contact->notify(new TestdirveNotification($item));
// $item->update(['status' => Testdrive::STATUS_PUBLISHED]);
$item->update(['status' => Testdrive::STATUS_PUBLISHED]);
Activity::create([
'name' => '试驾通知(测试)',
'content' => ['testdrive' => $item->id, 'contact' => $contact->id],