mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small updates [skip ci]
This commit is contained in:
parent
bcd7b41c91
commit
83f48418f6
@ -72,6 +72,7 @@ class JournalCollector extends BasicCollector implements CollectorInterface
|
||||
$this->budgetDataForTransactions($transactions);
|
||||
|
||||
$this->setEntries($this->workSet);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -66,14 +66,6 @@ class UploadCollector extends BasicCollector implements CollectorInterface
|
||||
// then collect current upload files:
|
||||
$this->collectModernUploads();
|
||||
|
||||
|
||||
// // grab upload directory.
|
||||
// $files = $this->uploadDisk->files();
|
||||
//
|
||||
// foreach ($files as $entry) {
|
||||
// $this->processUpload($entry);
|
||||
// }
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,7 @@ use Crypt;
|
||||
*/
|
||||
final class Entry
|
||||
{
|
||||
//@formatter:off
|
||||
public $journal_id;
|
||||
public $date;
|
||||
public $description;
|
||||
@ -54,6 +55,7 @@ final class Entry
|
||||
public $budget_name;
|
||||
public $category_id;
|
||||
public $category_name;
|
||||
//@formatter:on
|
||||
|
||||
/**
|
||||
* Entry constructor.
|
||||
|
Loading…
Reference in New Issue
Block a user