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

This commit is contained in:
Daniel Guzman 2024-07-25 01:10:59 +02:00
parent af3a0167e4
commit cf9ea83f50
1 changed files with 1 additions and 1 deletions

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'];
}