mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Updated some copyright notices [skip ci]
This commit is contained in:
@@ -70,7 +70,9 @@ class Import extends Command
|
||||
$handler = new CommandHandler($this);
|
||||
$monolog->pushHandler($handler);
|
||||
|
||||
$result = ImportProcedure::runImport($job);
|
||||
$importProcedure = new ImportProcedure;
|
||||
|
||||
$result = $importProcedure->runImport($job);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user