Skip to content

Commit

Permalink
Update ApiAdminVoucherSetsController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Sep 24, 2024
1 parent 4a9fb86 commit b02ba56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function store(): JsonResponse
Rule::exists('teams', 'id'),
],
'voucher_template_id' => [
'sometimes',
'required',
'integer',
Rule::exists('voucher_templates', 'id'),
],
Expand Down

0 comments on commit b02ba56

Please sign in to comment.