@@ -71,7 +71,7 @@ class SeasonDto
|
||||
{
|
||||
$this->pointsPerWin = (int) $dataList['pointsPerWin'];
|
||||
}
|
||||
if (empty($dataList['pointsPerDraw']))
|
||||
if (!empty($dataList['pointsPerDraw']))
|
||||
{
|
||||
$this->pointsPerDraw = (int) $dataList['pointsPerDraw'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user