mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Small updates [skip ci]
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user