New code for import routine, part 3

This commit is contained in:
James Cole
2017-12-16 19:47:14 +01:00
parent 9086259a65
commit 8176356509
11 changed files with 428 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* ImportRoutine.php
* FileRoutine.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
@@ -32,7 +32,10 @@ use FireflyIII\Repositories\Tag\TagRepositoryInterface;
use Illuminate\Support\Collection;
use Log;
class ImportRoutine
/**
* Class FileRoutine
*/
class FileRoutine implements RoutineInterface
{
/** @var Collection */
public $errors;