Add league name to season response array
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Guzman 2024-07-25 00:44:03 +02:00
parent 8932feca8b
commit 58076dca4c
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class SeasonDto
if ($leagueObj !== null)
{
$this->leagueId = $leagueObj->getId();
$this->leagueName = $leagueObj->getName();
}
if ($seasonEntity->isActive() !== null)
{