mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Allow jpeg and PDF.
This commit is contained in:
parent
83d6158483
commit
6a9574bab9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user