add $notificationId to every broadcast notification

This commit is contained in:
2026-03-19 18:09:11 +01:00
parent ec76ca981a
commit 9fbc09017b
10 changed files with 33 additions and 10 deletions
+4
View File
@@ -107,6 +107,7 @@ class TasksController extends Controller
$user->id,
$task,
$event,
$notification->id,
));
$data = [
@@ -171,6 +172,7 @@ class TasksController extends Controller
$user->id,
$task,
$event,
$notification->id,
));
$data = [
@@ -224,6 +226,7 @@ class TasksController extends Controller
$event,
FormatDate::formatDate($request["start"]),
FormatDate::formatDate($request["end"]),
$notification->id,
));
$data = [
@@ -306,6 +309,7 @@ class TasksController extends Controller
$user->id,
$task,
$event,
$notification->id,
));
$data = [