This commit is contained in:
parent
5919e1df2d
commit
ece6b274d7
@ -39,8 +39,8 @@ public function sendNotification()
|
||||
Activity::create([
|
||||
'name' => '试驾通知',
|
||||
'content' => ['testdrive' => $this->model->id, 'contact' => $contact->id],
|
||||
'related_id' => $this->model->id,
|
||||
'related_type' => Testdrive::class,
|
||||
'related_id' => $contact->id,
|
||||
'related_type' => Contact::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user