Fix Pint formatting
This commit is contained in:
@@ -33,6 +33,7 @@ class DiscountVoucherService
|
||||
$voucher = DiscountVoucher::query()->findOrFail($id);
|
||||
$voucher->fill($payload);
|
||||
$voucher->save();
|
||||
|
||||
return $voucher;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user