pptx
parent
663a50ec03
commit
7bb927d70a
|
|
@ -55,7 +55,11 @@ class UploadFileController extends Controller {
|
|||
'application/pdf' => [
|
||||
'type' => 'document',
|
||||
'extension' => 'pdf'
|
||||
]
|
||||
],
|
||||
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
|
||||
'type' => 'document',
|
||||
'extension' => 'pptx'
|
||||
]
|
||||
];
|
||||
|
||||
protected Client $client;
|
||||
|
|
|
|||
Loading…
Reference in New Issue