chore: cleanup after master flatten rewrite

This commit is contained in:
Björn Fromme
2026-03-17 09:44:50 +01:00
parent 99483b3506
commit 00df76269a
2 changed files with 3 additions and 5 deletions
@@ -21,7 +21,6 @@ class BookingsParser extends AbstractParser
$booking = new Booking();
$booking->id = $this->getIntOrNullValue($node->filterXPath('//id'));
$booking->applicantId = $this->getIntOrNullValue($node->filterXPath('//idadresse_anmelder'));
$booking->bookingNumber = $this->getIntOrNullValue($node->filterXPath('//vorgangsnummer'));
$booking->status = $this->getStringOrNullValue($node->filterXPath('//status'));
$booking->participantCount = $this->getIntOrNullValue($node->filterXPath('//personen'));