This commit is contained in:
@@ -33,7 +33,7 @@ class HandleGetAllSeason
|
||||
{
|
||||
$seasonDto = new SeasonDto();
|
||||
$seasonDto->fillFromObject($seasonObj);
|
||||
$seasonArray[] = $seasonDto->toArray();
|
||||
$seasonArray[] = $seasonDto->createSeasonArray();
|
||||
}
|
||||
}
|
||||
return new JsonResponse(
|
||||
|
||||
Reference in New Issue
Block a user