Rename import procedure method name

This commit is contained in:
James Cole
2016-08-26 06:43:23 +02:00
parent fd8ed4c9aa
commit 58ca7d551a
3 changed files with 32 additions and 3 deletions

View File

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