Update ImportStorage.php

Fix for #854
This commit is contained in:
James Cole
2017-09-19 07:51:16 +02:00
committed by GitHub
parent 3f93941dd9
commit db9c0600a8

View File

@@ -39,7 +39,7 @@ class ImportStorage
/** @var string */
private $dateFormat = 'Ymd'; // yes, hard coded
/** @var ImportJob */
private $job;
protected $job;
/** @var Collection */
private $objects;
/** @var Collection */