Add season count to response of getAllLeagues
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Details
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1d7c003d84
commit
5ee51cf82b
|
|
@ -62,6 +62,7 @@ class LeagueDto
|
|||
'name' => $this->name ?? '',
|
||||
'city' => $this->city ?? '',
|
||||
'logo' => $this->logo ?? '',
|
||||
'seasonCount' => $seasonCount,
|
||||
'description' => $this->description ?? '',
|
||||
'isPublic' => $this->isPublic ?? '',
|
||||
'createdAt' => !empty($this->createdAt) ? $this->createdAt->format('Y-m-d H:i:s') : '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue