Skip to content

Commit

Permalink
Add imageUrl value to Tour stops [MA-156]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Feb 28, 2024
1 parent 19942b4 commit 4fdddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Transformers/TourTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function transform(TwillModelContract $tour): array
'latitude' => $gallery?->latitude,
'longitude' => $gallery?->longitude,
'floor' => $gallery?->floor,
'image_url' => $tour->image_url,
'image_url' => $image,
'thumbnail_full_path' => $thumbnail,
'large_image_full_path' => $image,
'selector_number' => (string) $tour->selector?->number,
Expand Down

0 comments on commit 4fdddd7

Please sign in to comment.