mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fake jobs can be started and will crash.
This commit is contained in:
@@ -46,8 +46,8 @@ return [
|
||||
'yodlee' => false,
|
||||
],
|
||||
'has_prereq' => [
|
||||
'fake' => true,
|
||||
'file' => false,
|
||||
'fake' => false,
|
||||
'file' => true,
|
||||
'bunq' => true,
|
||||
'spectre' => true,
|
||||
'plaid' => true,
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'yodlee' => false,
|
||||
],
|
||||
'has_config' => [
|
||||
'fake' => true,
|
||||
'fake' => false,
|
||||
'file' => true,
|
||||
'bunq' => true,
|
||||
'spectre' => true,
|
||||
|
Reference in New Issue
Block a user