mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Various code cleanup.
This commit is contained in:
@@ -76,6 +76,7 @@ class TransactionJournalFactory
|
||||
/** @var User The user */
|
||||
private $user;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
@@ -101,7 +102,7 @@ class TransactionJournalFactory
|
||||
'import_hash', 'import_hash_v2', 'external_id', 'original_source',
|
||||
|
||||
// recurring transactions
|
||||
'recurrence_total', 'recurrence_count'
|
||||
'recurrence_total', 'recurrence_count',
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user