mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Build a new collector and first view online.
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user