debug file type

This commit is contained in:
omair saleh
2022-04-04 18:16:24 +08:00
parent bfd3d87977
commit 18b2cd3f4b
@@ -22,7 +22,7 @@ class FileType
'image/jpeg' => 'jpeg',
'application/pdf' => 'pdf',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => 'excel',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => 'excel',
'application/vnd.ms-excel' => 'excel',
];
}