diff --git a/app/Import/Storage/ImportStorage.php b/app/Import/Storage/ImportStorage.php index 75332a6d47..ee3f086790 100644 --- a/app/Import/Storage/ImportStorage.php +++ b/app/Import/Storage/ImportStorage.php @@ -43,7 +43,7 @@ class ImportStorage /** @var Collection */ private $objects; /** @var Collection */ - private $rules; + protected $rules; /** @var array */ private $transfers = []; diff --git a/app/Import/Storage/ImportSupport.php b/app/Import/Storage/ImportSupport.php index fbae32575e..80bb804ec1 100644 --- a/app/Import/Storage/ImportSupport.php +++ b/app/Import/Storage/ImportSupport.php @@ -35,6 +35,11 @@ use Illuminate\Database\Query\JoinClause; use Illuminate\Support\Collection; use Log; +/** + * Trait ImportSupport + * + * @package FireflyIII\Import\Storage + */ trait ImportSupport { /** @var int */