Skip to content

Commit 488ebdb

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-70571: There is no possibility to activate DEBUG logging in production mode
- fixed backward compatibility for failed Semantic Version Checker
1 parent 1e4a1e2 commit 488ebdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Deploy/Model/Mode.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Magento\Config\Console\Command\ConfigSet\ProcessorFacadeFactory;
2020
use Magento\Config\Console\Command\EmulatedAdminhtmlAreaProcessor;
2121
use Magento\Framework\Exception\LocalizedException;
22-
use Magento\Framework\App\ObjectManager as ObjectManager;
22+
use Magento\Framework\App\ObjectManager;
2323

2424
/**
2525
* A class to manage Magento modes
@@ -105,6 +105,7 @@ public function __construct(
105105
$this->writer = $writer;
106106
$this->reader = $reader;
107107
$this->maintenanceMode = $maintenanceMode;
108+
$this->filesystem = $filesystem;
108109

109110
$this->configProvider =
110111
$configProvider ?: ObjectManager::getInstance()->get(ConfigProvider::class);

0 commit comments

Comments
 (0)