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:
parent
066e6aaf72
commit
c70eb17c16
@ -44,6 +44,9 @@ class Document extends BaseModel
|
||||
'jpeg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'jpg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'tiff' => [
|
||||
'mime' => 'image/tiff',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user