Skip to content

Commit ab5b283

Browse files
author
Sergii Kovalenko
authored
Merge pull request #2460 from magento-thunder/MAGETWO-90925
[thunder] MAGETWO-90925: Wrong case in classname CLI in ProcessCronQueueObserver -[MAGETWO-90925] (https://jira.corp.magento.com/browse/MAGETWO-90925) Wrong case in classname CLI in ProcessCronQueueObserver
2 parents c3908b4 + 21405e2 commit ab5b283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
170170
) == 1
171171
)) {
172172
$this->_shell->execute(
173-
$phpPath . ' %s cron:run --group=' . $groupId . ' --' . CLI::INPUT_KEY_BOOTSTRAP . '='
173+
$phpPath . ' %s cron:run --group=' . $groupId . ' --' . Cli::INPUT_KEY_BOOTSTRAP . '='
174174
. self::STANDALONE_PROCESS_STARTED . '=1',
175175
[
176176
BP . '/bin/magento'

0 commit comments

Comments
 (0)