mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix null pointer. #1443
This commit is contained in:
parent
4c04415e80
commit
e47e6b1958
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user