master
sergeybodin 2023-08-15 19:11:51 +03:00
parent 663a50ec03
commit 7bb927d70a
1 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,10 @@ class UploadFileController extends Controller {
'application/pdf' => [ 'application/pdf' => [
'type' => 'document', 'type' => 'document',
'extension' => 'pdf' 'extension' => 'pdf'
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
'type' => 'document',
'extension' => 'pptx'
] ]
]; ];