appointment request notification working

This commit is contained in:
isUnknown 2025-01-27 14:46:50 +01:00
parent 54af78e32c
commit 85e3e7b2d4
4 changed files with 68 additions and 4 deletions

View file

@ -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",