mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Allow jpeg and PDF.
This commit is contained in:
@@ -20,7 +20,7 @@ class AttachmentHelper implements AttachmentHelperInterface
|
||||
|
||||
// move to config:
|
||||
protected $maxUploadSize = 1048576; // 1MB per file
|
||||
protected $allowedMimes = ['image/png'];
|
||||
protected $allowedMimes = ['image/png','image/jpeg','application/pdf'];
|
||||
|
||||
public $errors;
|
||||
public $messages;
|
||||
|
Reference in New Issue
Block a user