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