We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62667cb + 7ee9f30 commit 1acc60dCopy full SHA for 1acc60d
app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php
@@ -10,7 +10,7 @@
10
namespace Magento\Cron\Observer;
11
12
use Magento\Framework\App\State;
13
-use Magento\Framework\Console\CLI;
+use Magento\Framework\Console\Cli;
14
use Magento\Framework\Event\ObserverInterface;
15
use \Magento\Cron\Model\Schedule;
16
@@ -188,7 +188,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
188
) == 1
189
)) {
190
$this->_shell->execute(
191
- $phpPath . ' %s cron:run --group=' . $groupId . ' --' . CLI::INPUT_KEY_BOOTSTRAP . '='
+ $phpPath . ' %s cron:run --group=' . $groupId . ' --' . Cli::INPUT_KEY_BOOTSTRAP . '='
192
. self::STANDALONE_PROCESS_STARTED . '=1',
193
[
194
BP . '/bin/magento'
0 commit comments