Skip to content

Commit

Permalink
Added missing property idVenue to Event entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nkl-kst committed Feb 26, 2024
1 parent 16cb8f4 commit 9051c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Event/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Event
public ?int $idHomeTeam;
public ?int $idAwayTeam;
public ?string $strResult;
public ?int $idVenue;
public ?string $strVenue;
public ?string $strCountry;
public ?string $strCity;
Expand Down

0 comments on commit 9051c50

Please sign in to comment.