Fix
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Details
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Details
This commit is contained in:
parent
af3a0167e4
commit
cf9ea83f50
|
|
@ -71,7 +71,7 @@ class SeasonDto
|
|||
{
|
||||
$this->pointsPerWin = (int) $dataList['pointsPerWin'];
|
||||
}
|
||||
if (empty($dataList['pointsPerDraw']))
|
||||
if (!empty($dataList['pointsPerDraw']))
|
||||
{
|
||||
$this->pointsPerDraw = (int) $dataList['pointsPerDraw'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue