Skip to content

Commit 93c24e6

Browse files
committed
Move
1 parent e686560 commit 93c24e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Infrastructure/Calendar/JsonCalendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ private function formatStarters(array $starters): array
9999
'athlete_id' => $starter->athleteId,
100100
'first_name' => $starter->firstName,
101101
'last_name' => $starter->lastName,
102-
'country' => $starter->country,
103102
'gender' => $starter->gender,
104-
'disciplines' => $this->buildStarterDisciplines($starter),
103+
'country' => $starter->country,
105104
'photo_url' => $starter->photoUrl,
106105
'instagram' => $starter->instagram,
106+
'disciplines' => $this->buildStarterDisciplines($starter),
107107
];
108108

109109
return array_map($format, $starters);

0 commit comments

Comments
 (0)