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