mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 19:35:16 +00:00
Add new line to files [skip ci]
This commit is contained in:
@@ -57,10 +57,14 @@ class JournalCollector extends BasicCollector implements CollectorInterface
|
|||||||
* possible category ids journals
|
* possible category ids journals
|
||||||
* possible budget ids for transactions
|
* possible budget ids for transactions
|
||||||
* possible category ids for transactions
|
* possible category ids for transactions
|
||||||
|
*
|
||||||
|
* possible IBAN and account numbers?
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
$journals = $this->extractJournalIds();
|
$journals = $this->extractJournalIds();
|
||||||
$transactions = $this->extractTransactionIds();
|
$transactions = $this->extractTransactionIds();
|
||||||
|
|
||||||
|
|
||||||
// extend work set with category data from journals:
|
// extend work set with category data from journals:
|
||||||
$this->categoryDataForJournals($journals);
|
$this->categoryDataForJournals($journals);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user