fix jpg issues in the documents-table
This commit is contained in:
parent
066e6aaf72
commit
c70eb17c16
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ class Document extends BaseModel
|
|||
'jpeg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'jpg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'tiff' => [
|
||||
'mime' => 'image/tiff',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue