Merge remote-tracking branch 'origin/master'
commit
752dc30200
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue