feat: unique email addresses of participants unless child, cleanup

addresses #869axbn21
This commit is contained in:
Björn Fromme
2025-10-22 17:42:17 +02:00
parent be2fffad23
commit 9c716477aa
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);
}
}
}