Skip to content

Commit 5944041

Browse files
committed
fix: update command reference for import job execution
1 parent 6943583 commit 5944041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/inspirecms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
'execute_import_job' => [
439439
'enabled' => true,
440440
'schedule' => 'everyFiveMinutes',
441-
'command' => \SolutionForest\InspireCms\Commands\ExecuteImport::class,
441+
'command' => \SolutionForest\InspireCms\Commands\ExecuteImportCommand::class,
442442
'arguments' => [
443443
'--limit 50', // limit
444444
],

0 commit comments

Comments
 (0)