Get leagues, teams. Create teams.
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
Daniel Guzman
2024-07-21 00:12:19 +02:00
parent 7bfb300a59
commit efe08af5cc
405 changed files with 521 additions and 13916 deletions
@@ -32,7 +32,7 @@ class HandleGetAllSeason
foreach ($seasonCollection as $seasonObj)
{
$seasonDto = new SeasonDto();
$seasonDto->fillFromObject($seasonObj);
$seasonDto->fillFromEntity($seasonObj);
$seasonArray[] = $seasonDto->createSeasonArray();
}
}