mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Expand action and clean up code.
This commit is contained in:
@@ -48,8 +48,7 @@ class AttachmentHelper implements AttachmentHelperInterface
|
||||
protected array $allowedMimes = [];
|
||||
protected int $maxUploadSize = 0;
|
||||
|
||||
/** @var Filesystem The disk where attachments are stored. */
|
||||
protected $uploadDisk;
|
||||
protected Filesystem $uploadDisk;
|
||||
|
||||
/**
|
||||
* AttachmentHelper constructor.
|
||||
|
||||
Reference in New Issue
Block a user