feat: simplify validation

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 7ff10e6792
commit ead448b8d4
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);
}
}
}