Skip to content

Commit

Permalink
Added missing property strSportThumbBW to Sport entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nkl-kst committed Nov 20, 2023
1 parent 56b3f3a commit 0fa15ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Sport.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Sport
public string $strSport;
public string $strFormat;
public ?string $strSportThumb;
public string $strSportThumbBW;
public string $strSportIconGreen;
public string $strSportDescription;
}

0 comments on commit 0fa15ad

Please sign in to comment.