fix: restore unintended file changes after master flatten rewrite

This commit is contained in:
Björn Fromme
2026-03-16 14:15:51 +01:00
parent 49ea562322
commit 6d9265de0f
7 changed files with 41 additions and 3 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;
}