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.
1 parent b50a1c2 commit f2dde88Copy full SHA for f2dde88
app/code/Magento/Cron/Console/Command/CronCommand.php
@@ -50,7 +50,7 @@ class CronCommand extends Command
50
public function __construct(
51
ObjectManagerFactory $objectManagerFactory,
52
DeploymentConfig $deploymentConfig = null
53
- ){
+ ) {
54
$this->objectManagerFactory = $objectManagerFactory;
55
$this->deploymentConfig = $deploymentConfig ?: ObjectManager::getInstance()->get(
56
DeploymentConfig::class
0 commit comments