Remove references to non-existing files.

This commit is contained in:
James Cole
2018-05-06 07:40:50 +02:00
parent 7d80ac37a6
commit 9e3c5fd984
8 changed files with 10 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ use FireflyIII\Import\MapperPreProcess\PreProcessorInterface;
use FireflyIII\Import\Specifics\SpecificInterface;
use FireflyIII\Models\ImportJob;
use FireflyIII\Repositories\ImportJob\ImportJobRepositoryInterface;
use FireflyIII\Support\Import\Configuration\ConfigurationInterface;
use League\Csv\Reader;
use League\Csv\Statement;
use Log;
@@ -38,7 +37,7 @@ use Log;
* @codeCoverageIgnore
* Class Mapping.
*/
class Map implements ConfigurationInterface
class Map
{
/** @var array that holds each column to be mapped by the user */
private $data = [];