mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Fix null pointer. #1443
This commit is contained in:
@@ -111,6 +111,7 @@ class BunqJobConfiguration implements JobConfigurationInterface
|
||||
switch ($this->importJob->stage) {
|
||||
case 'new';
|
||||
$handler = app(NewBunqJobHandler::class);
|
||||
$handler->setImportJob($this->importJob);
|
||||
break;
|
||||
case 'choose-accounts':
|
||||
/** @var ChooseAccountsHandler $handler */
|
||||
|
Reference in New Issue
Block a user