wip: form refactoring
This commit is contained in:
@@ -40,11 +40,6 @@ class BookingCreateDto implements BookingDtoInterface
|
||||
return $this->participants;
|
||||
}
|
||||
|
||||
public function getTravel(): Travel
|
||||
{
|
||||
return $this->travel;
|
||||
}
|
||||
|
||||
public function hasParticipant(int $index): bool
|
||||
{
|
||||
return isset($this->participants[$index]);
|
||||
|
||||
Reference in New Issue
Block a user