diff --git a/src/Dto/LeagueDto.php b/src/Dto/LeagueDto.php index 98cc2167..860107e3 100644 --- a/src/Dto/LeagueDto.php +++ b/src/Dto/LeagueDto.php @@ -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') : '',