feat: simplify validation

This commit is contained in:
Björn Fromme
2025-09-19 16:37:48 +02:00
parent bdc7100f74
commit 97cc0ac422
4 changed files with 278 additions and 3 deletions
+1 -1
View File
@@ -69,4 +69,4 @@ class BookingTest extends TestCase
$result = $booking->getSkiPassForParticipant(0);
$this->assertNull($result);
}
}
}