From 7fe2b5a94f7c006ec9f91a082fc6c91179fc61ee Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Tue, 25 Jun 2024 20:58:50 +0200 Subject: [PATCH] Add id property to Location for compability --- lib/Transport/Entity/Location/Location.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Transport/Entity/Location/Location.php b/lib/Transport/Entity/Location/Location.php index e946cb9..be0ed37 100644 --- a/lib/Transport/Entity/Location/Location.php +++ b/lib/Transport/Entity/Location/Location.php @@ -9,6 +9,8 @@ */ abstract class Location { + public $id; + /** * The name of this location. *