Merge remote-tracking branch 'origin/master'

master
Константин 2023-08-15 23:23:32 +03:00
commit 752dc30200
1 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,11 @@ 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'
]
]; ];
protected Client $client; protected Client $client;