mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
First version that supports Spectre.
This commit is contained in:
@@ -179,6 +179,8 @@ class ImportJournal
|
||||
*/
|
||||
public function setValue(array $array)
|
||||
{
|
||||
$array['mapped'] = $array['mapped'] ?? null;
|
||||
$array['value'] = $array['value'] ?? null;
|
||||
switch ($array['role']) {
|
||||
default:
|
||||
throw new FireflyException(sprintf('ImportJournal cannot handle "%s" with value "%s".', $array['role'], $array['value']));
|
||||
|
||||
Reference in New Issue
Block a user