Add webp to file types
This commit is contained in:
parent
19104ec0d5
commit
0a6cd028b8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class Request extends FormRequest
|
|||
use MakesHash;
|
||||
use RuntimeFormRequest;
|
||||
|
||||
protected $file_validation = 'sometimes|file|mimes:png,ai,jpeg,tiff,pdf,gif,psd,txt,doc,xls,ppt,xlsx,docx,pptx|max:20000';
|
||||
protected $file_validation = 'sometimes|file|mimes:png,ai,jpeg,tiff,pdf,gif,psd,txt,doc,xls,ppt,xlsx,docx,pptx,webp|max:20000';
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue