Fix null pointer. #1443

This commit is contained in:
James Cole 2018-06-01 13:11:23 +02:00
parent 4c04415e80
commit e47e6b1958

View File

@ -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 */