Skip to content

Commit 7397fc4

Browse files
Fix formatting in PromotionMapper.php
1 parent 9d1b9ce commit 7397fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Mappers/Vouchers/PromotionMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function map(stdClass $data): Promotion
2828
$attributes ?? [],
2929
$data->type,
3030
$data->redemptions_per_voucher,
31-
$media ?? null,
31+
$media ?? null
3232
);
3333
}
3434
}

0 commit comments

Comments
 (0)