Fix
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
2024-07-25 01:10:59 +02:00
parent af3a0167e4
commit cf9ea83f50
+1 -1
View File
@@ -71,7 +71,7 @@ class SeasonDto
{
$this->pointsPerWin = (int) $dataList['pointsPerWin'];
}
if (empty($dataList['pointsPerDraw']))
if (!empty($dataList['pointsPerDraw']))
{
$this->pointsPerDraw = (int) $dataList['pointsPerDraw'];
}