This commit is contained in:
@@ -115,7 +115,7 @@ class SeasonDto
|
||||
}
|
||||
if ($seasonObj->getDateStart() !== null)
|
||||
{
|
||||
$this->dateStart = $seasonObj->getDateStart();
|
||||
$this->dateStart = new \DateTime($seasonObj->getDateStart()->format('Y-m'));
|
||||
}
|
||||
$leagueObj = $seasonObj->getLeague();
|
||||
if ($leagueObj !== null)
|
||||
|
||||
Reference in New Issue
Block a user