wip: first working version

This commit is contained in:
Björn Fromme
2024-11-21 18:38:41 +01:00
parent d4c4e69d09
commit bd13ae6537
24 changed files with 590 additions and 319 deletions
+1
View File
@@ -11,4 +11,5 @@ class Pickup
public ?string $street = null;
public ?\DateTimeImmutable $time = null;
public ?float $price = null;
public array $mapping = [];
}