Add league name to season response array
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
8932feca8b
commit
58076dca4c
|
|
@ -130,6 +130,7 @@ class SeasonDto
|
|||
if ($leagueObj !== null)
|
||||
{
|
||||
$this->leagueId = $leagueObj->getId();
|
||||
$this->leagueName = $leagueObj->getName();
|
||||
}
|
||||
if ($seasonEntity->isActive() !== null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue