nkl-kst/the-sports-db

LeagueDivision is INT not STRING

Closed this issue · 2 comments

Hi,

in src/Entity/League.php on line 15 you reference to strDivision but it should be intDivision

    public ?string $strDivision;

Bildschirmfoto 2022-09-11 um 15 23 42

Hi @McAtze,

thanks for opening this issue, you're completely right. I'll fix it as soon as possible.

Cheers

Fixed in v1.3.4, thanks again.