Skip to content

Commit

Permalink
[TM-803] Roll back testing change.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Apr 19, 2024
1 parent 577ff43 commit d43777e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wri/file-handling.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'logo-image' => 'file|max:3000|mimes:jpg,png',
'cover-image' => 'file|max:20000|mimes:jpg,png',
'cover-image-with-svg' => 'file|max:20000|mimes:jpg,png,svg',
'photos' => 'file|max:2|mimes:jpg,png',
'photos' => 'file|max:25000|mimes:jpg,png',
'pdf' => 'file|max:5000|mimes:pdf',
'documents' => 'file|mimes:pdf,xls,xlsx,csv,txt,doc',
'general-documents' => 'file|mimes:pdf,xls,xlsx,csv,txt,png,jpg,doc',
Expand Down

0 comments on commit d43777e

Please sign in to comment.