appointment request notification working
This commit is contained in:
parent
54af78e32c
commit
85e3e7b2d4
4 changed files with 68 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ return [
|
|||
"page" => $newProject
|
||||
],
|
||||
"date" => (string) $formattedDate,
|
||||
"text" => nl2br(esc($data->details)),
|
||||
"text" => nl2br("Objet : " . $data->subject . "\n" . esc($data->details)),
|
||||
"author" => $user,
|
||||
"id" => Str::uuid(),
|
||||
"type" => "appointment-request",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue