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
b3ae18d6d3
commit
6fd4105d69
|
|
@ -183,6 +183,10 @@ class SeasonDto
|
||||||
{
|
{
|
||||||
$this->gamesPerWeek = $seasonEntity->getGamesPerWeek();
|
$this->gamesPerWeek = $seasonEntity->getGamesPerWeek();
|
||||||
}
|
}
|
||||||
|
if ($seasonEntity->isActive())
|
||||||
|
{
|
||||||
|
$this->active = $seasonEntity->isActive();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue