diff --git a/app/Models/Document.php b/app/Models/Document.php index f9ef8e9ccc7f..59b0f12edd5a 100644 --- a/app/Models/Document.php +++ b/app/Models/Document.php @@ -44,6 +44,9 @@ class Document extends BaseModel 'jpeg' => [ 'mime' => 'image/jpeg', ], + 'jpg' => [ + 'mime' => 'image/jpeg', + ], 'tiff' => [ 'mime' => 'image/tiff', ],