diff --git a/src/Service/Season/SeasonFactory.php b/src/Service/Season/SeasonFactory.php index 16739a07..427f5c73 100644 --- a/src/Service/Season/SeasonFactory.php +++ b/src/Service/Season/SeasonFactory.php @@ -28,6 +28,7 @@ class SeasonFactory { $seasonEntity->setPointsPerLoss($seasonDto->pointsPerLoss); } + $seasonEntity->setActive(false); return $seasonEntity; } } \ No newline at end of file