Skip to content

Commit

Permalink
Added missing property idLeague to Honour entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nkl-kst committed Feb 5, 2024
1 parent f3961f8 commit 6613e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Player/Honour.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Honour
public int $id;
public int $idPlayer;
public int $idTeam;
public ?int $idLeague;
public string $strSport;
public string $strPlayer;
public string $strTeam;
Expand Down

0 comments on commit 6613e18

Please sign in to comment.