Skip to content

Commit 3f86d7c

Browse files
fix: error on typo for expand info
1 parent 23c2322 commit 3f86d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/ModelSerializers/Summit/ProposedSchedule/SummitProposedScheduleAllowedLocationSerializer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class SummitProposedScheduleAllowedLocationSerializer extends SilverStripe
4646
'track' => [
4747
'type' => One2ManyExpandSerializer::class,
4848
'original_attribute' => 'track_id',
49-
'getter' => 'geTrack',
49+
'getter' => 'getTrack',
5050
'has' => 'hasTrack'
5151
],
5252
];
@@ -68,4 +68,4 @@ public function serialize($expand = null, array $fields = [], array $relations =
6868

6969
return $values;
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)