mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Rename import procedure method name
This commit is contained in:
@@ -67,7 +67,9 @@ class Import extends Command
|
||||
$handler = new CommandHandler($this);
|
||||
$monolog->pushHandler($handler);
|
||||
|
||||
$result = ImportProcedure::run($job);
|
||||
$result = ImportProcedure::runImport($job);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @var int $index
|
||||
|
Reference in New Issue
Block a user