1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

fix jpg issues in the documents-table

This commit is contained in:
Benjamin Beganović 2021-01-14 10:25:39 +01:00
parent 066e6aaf72
commit c70eb17c16

View File

@ -44,6 +44,9 @@ class Document extends BaseModel
'jpeg' => [
'mime' => 'image/jpeg',
],
'jpg' => [
'mime' => 'image/jpeg',
],
'tiff' => [
'mime' => 'image/tiff',
],