This commit is contained in:
James Cole
2017-09-17 19:21:03 +02:00
parent 4fa33c892a
commit 3f93941dd9
2 changed files with 6 additions and 1 deletions

View File

@@ -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 = [];

View File

@@ -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 */