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

This commit is contained in:
Daniel Guzman 2024-07-25 01:52:23 +02:00
parent b3ae18d6d3
commit 6fd4105d69
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ class SeasonDto
{ {
$this->gamesPerWeek = $seasonEntity->getGamesPerWeek(); $this->gamesPerWeek = $seasonEntity->getGamesPerWeek();
} }
if ($seasonEntity->isActive())
{
$this->active = $seasonEntity->isActive();
}
} }
/** /**