chore: merge master into feature branch

This commit is contained in:
Björn Fromme
2026-01-05 18:25:14 +01:00
7 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class BookingVoter extends Voter
/** @var Booking $booking */
$booking = $subject;
if ($booking->applicant->personId !== $user->getPersonId()) {
if ($booking->applicant->addressId !== $user->getAddressId()) {
return false;
}