Build a new collector and first view online.

This commit is contained in:
James Cole
2019-03-24 09:23:36 +01:00
parent fb304de75e
commit d94b23b15d
15 changed files with 720 additions and 24 deletions

View File

@@ -41,7 +41,6 @@ use FireflyIII\Support\NullArrayObject;
use FireflyIII\User;
use Illuminate\Support\Collection;
use Log;
use function nspl\ds\defaultarray;
/**
* Class TransactionJournalFactory
@@ -168,6 +167,8 @@ class TransactionJournalFactory
return new Collection;
// @codeCoverageIgnoreEnd
}
$journal->completed =true;
$journal->save();
/** Link all other data to the journal. */