mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix #854
This commit is contained in:
		| @@ -43,7 +43,7 @@ class ImportStorage | |||||||
|     /** @var Collection */ |     /** @var Collection */ | ||||||
|     private $objects; |     private $objects; | ||||||
|     /** @var Collection */ |     /** @var Collection */ | ||||||
|     private $rules; |     protected $rules; | ||||||
|  |  | ||||||
|     /** @var  array */ |     /** @var  array */ | ||||||
|     private $transfers = []; |     private $transfers = []; | ||||||
|   | |||||||
| @@ -35,6 +35,11 @@ use Illuminate\Database\Query\JoinClause; | |||||||
| use Illuminate\Support\Collection; | use Illuminate\Support\Collection; | ||||||
| use Log; | use Log; | ||||||
|  |  | ||||||
|  | /** | ||||||
|  |  * Trait ImportSupport | ||||||
|  |  * | ||||||
|  |  * @package FireflyIII\Import\Storage | ||||||
|  |  */ | ||||||
| trait ImportSupport | trait ImportSupport | ||||||
| { | { | ||||||
|     /** @var int */ |     /** @var int */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user