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
+1 -1
View File
@@ -53,7 +53,7 @@ class FileDto
if ($fileEntity->getSeason() !== null)
{
$seasonDto = new SeasonDto();
$seasonDto->fillFromObject($fileEntity->getSeason());
$seasonDto->fillFromEntity($fileEntity->getSeason());
$this->seasonDto = $seasonDto;
}
if ($fileEntity->getGame() !== null)