Skip to content

Commit

Permalink
Fixes #146
Browse files Browse the repository at this point in the history
  • Loading branch information
afonic committed Feb 6, 2025
1 parent cacb69e commit 0d01050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/ExtraCpController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function create(Request $request)
'name' => 'required',
'slug' => 'required',
'category_id' => 'nullable|integer|exists:resrv_extra_categories,id',
'description' => 'sometimes',
'price' => 'required|numeric',
'price_type' => 'required',
'custom' => 'required_if:price_type,custom',
Expand Down

0 comments on commit 0d01050

Please sign in to comment.