from server

This commit is contained in:
root 2023-08-01 17:55:58 +05:00
parent 570ecad551
commit 18128a285a
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class ProductsAPIController extends Controller
'description_tm' => 'required',
'description_ru' => 'required',
'new_img' => 'array',
'is_file' => 'required',m
'is_file' => 'required',
// allowed only jpg & png files with size <= 1024
'new_img.*' => 'mimes:jpg,png|max:1024',