feat: unique email addresses of participants unless child, cleanup

addresses #869axbn21
This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent f50aa55e8b
commit 7aea149b6c
57 changed files with 1036 additions and 153 deletions
@@ -21,4 +21,4 @@ class BookingNotPossibleException extends HttpException
parent::__construct(400, $message, $previous);
}
}
}
@@ -20,4 +20,4 @@ class BookingSessionNotFoundException extends HttpException
parent::__construct(404, $message, $previous);
}
}
}
+1 -1
View File
@@ -23,4 +23,4 @@ class HotelNotFoundException extends HttpException
parent::__construct(404, $message, $previous);
}
}
}
+1 -1
View File
@@ -24,4 +24,4 @@ class HotelNotInTravelException extends HttpException
parent::__construct(404, $message, $previous);
}
}
}
+1 -1
View File
@@ -23,4 +23,4 @@ class TravelNotFoundException extends HttpException
parent::__construct(404, $message, $previous);
}
}
}