Set active to false by default when creating season
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
fa24f75fea
commit
5758e7af43
|
|
@ -28,6 +28,7 @@ class SeasonFactory
|
||||||
{
|
{
|
||||||
$seasonEntity->setPointsPerLoss($seasonDto->pointsPerLoss);
|
$seasonEntity->setPointsPerLoss($seasonDto->pointsPerLoss);
|
||||||
}
|
}
|
||||||
|
$seasonEntity->setActive(false);
|
||||||
return $seasonEntity;
|
return $seasonEntity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue