From b3ef75e8b253eb9fbc5ba32d538c121b4ac80016 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sun, 13 Jul 2025 23:51:17 -0700 Subject: [PATCH] fix(participation): add missing ParticipationNotification import Resolves "Class 'ParticipationNotification' not found" error when guests try to accept/decline reservation invitations. Fixes #659 --- Presenters/GuestParticipationPresenter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Presenters/GuestParticipationPresenter.php b/Presenters/GuestParticipationPresenter.php index 5506f1d1a..7a99e28ce 100644 --- a/Presenters/GuestParticipationPresenter.php +++ b/Presenters/GuestParticipationPresenter.php @@ -1,6 +1,7 @@