refactor: code style changes
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -26,7 +26,7 @@ class UploadFileRequest extends FormRequest
|
||||
return [
|
||||
'caption' => 'required|string|max:100',
|
||||
'description' => 'required|string|max:800',
|
||||
'file' => 'required|file|mimes:jpeg,jpg,png,bmp,tiff,docx,doc,odt,ott,xls,xlsx,ods,ots,gif,pdf,mp3,mp4,pptx,ppt,odp,ppsx,pub,psd,svg'
|
||||
'file' => 'required|file|mimes:jpeg,jpg,png,bmp,tiff,docx,doc,odt,ott,xls,xlsx,ods,ots,gif,pdf,mp3,mp4,pptx,ppt,odp,ppsx,pub,psd,svg',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user