Skip to content

Commit

Permalink
Add id property to Location for compability
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jun 25, 2024
1 parent 5cfc921 commit 7fe2b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Transport/Entity/Location/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
abstract class Location
{
public $id;

/**
* The name of this location.
*
Expand Down

0 comments on commit 7fe2b5a

Please sign in to comment.