Small updates [skip ci]

This commit is contained in:
James Cole 2016-10-23 09:57:04 +02:00
parent bcd7b41c91
commit 83f48418f6
3 changed files with 3 additions and 8 deletions

View File

@ -72,6 +72,7 @@ class JournalCollector extends BasicCollector implements CollectorInterface
$this->budgetDataForTransactions($transactions);
$this->setEntries($this->workSet);
return true;
}

View File

@ -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;
}

View File

@ -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.