mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
First working version of a working Spectre import.
This commit is contained in:
@@ -382,7 +382,9 @@ class ImportArrayStorage
|
||||
$store['date'] = Carbon::createFromFormat('Y-m-d', $store['date']);
|
||||
$store['description'] = $store['description'] === '' ? '(empty description)' : $store['description'];
|
||||
// store the journal.
|
||||
$collection->push($this->journalRepos->store($store));
|
||||
$journal = $this->journalRepos->store($store);
|
||||
Log::debug(sprintf('Stored as journal #%d', $journal->id));
|
||||
$collection->push($journal);
|
||||
}
|
||||
Log::debug('DONE storing!');
|
||||
|
||||
|
Reference in New Issue
Block a user