mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Small bug fixes.
This commit is contained in:
@@ -78,7 +78,7 @@ class AttachmentController extends Controller
|
||||
* @throws FireflyException
|
||||
*
|
||||
*/
|
||||
public function download(Attachment $attachment, AttachmentHelperInterface $helper)
|
||||
public function download(Attachment $attachment)
|
||||
{
|
||||
// create a disk.
|
||||
$disk = Storage::disk('upload');
|
||||
|
||||
@@ -55,7 +55,10 @@ use Watson\Validating\ValidatingTrait;
|
||||
* @property-read string $source_account_id
|
||||
* @property-read string $source_account_name
|
||||
* @property-read string $source_account_type
|
||||
* @property string $process_date
|
||||
* @property \Carbon\Carbon $process_date
|
||||
* @property int $account_id
|
||||
* @property float $journalAmount
|
||||
* @property string $account_name
|
||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereId($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\TransactionJournal whereUpdatedAt($value)
|
||||
|
||||
Reference in New Issue
Block a user