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