Add new line to files [skip ci]

This commit is contained in:
James Cole
2016-10-23 12:42:44 +02:00
parent 6a2f8fa9ee
commit 81f6fef978
15 changed files with 19 additions and 15 deletions

View File

@@ -57,10 +57,14 @@ class JournalCollector extends BasicCollector implements CollectorInterface
* possible category ids journals
* possible budget ids for transactions
* possible category ids for transactions
*
* possible IBAN and account numbers?
*
*/
$journals = $this->extractJournalIds();
$transactions = $this->extractTransactionIds();
// extend work set with category data from journals:
$this->categoryDataForJournals($journals);