From dcb05f40a44ae8469859702452f927c6eb440a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 11 Dec 2024 14:42:12 +0100 Subject: [PATCH] fix: add missing property --- src/BusProNet/Model/Service.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BusProNet/Model/Service.php b/src/BusProNet/Model/Service.php index df51831..eddc638 100644 --- a/src/BusProNet/Model/Service.php +++ b/src/BusProNet/Model/Service.php @@ -66,4 +66,7 @@ class Service #[Groups(['api:single', 'api:list'])] public ?string $source = null; + + #[Groups(['api:single', 'api:list'])] + public ?string $direction = null; } \ No newline at end of file