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
+2 -1
View File
@@ -107,7 +107,8 @@ class EventsController extends Controller
foreach ($participants as $user) {
broadcast(new EventParticipationCancelled(
$user->id,
$event
$event,
$notification->id,
));
$data = [