Skip to content

Commit f2dde88

Browse files
committed
MAGETWO-93701: Make cron:run CLI command react on cron disable configuration
- changes for static tests
1 parent b50a1c2 commit f2dde88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Console/Command/CronCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CronCommand extends Command
5050
public function __construct(
5151
ObjectManagerFactory $objectManagerFactory,
5252
DeploymentConfig $deploymentConfig = null
53-
){
53+
) {
5454
$this->objectManagerFactory = $objectManagerFactory;
5555
$this->deploymentConfig = $deploymentConfig ?: ObjectManager::getInstance()->get(
5656
DeploymentConfig::class

0 commit comments

Comments
 (0)