Skip to content

Commit 1e4a1e2

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 92af1a8 commit 1e4a1e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function __construct(
9595
Writer $writer,
9696
Reader $reader,
9797
MaintenanceMode $maintenanceMode,
98-
Filesystem $filesystem = null,
98+
Filesystem $filesystem,
9999
ConfigProvider $configProvider = null,
100100
ProcessorFacadeFactory $processorFacadeFactory = null,
101101
EmulatedAdminhtmlAreaProcessor $emulatedAreaProcessor = null
@@ -106,8 +106,6 @@ public function __construct(
106106
$this->reader = $reader;
107107
$this->maintenanceMode = $maintenanceMode;
108108

109-
$this->filesystem =
110-
$filesystem ?: ObjectManager::getInstance()->get(Filesystem::class);
111109
$this->configProvider =
112110
$configProvider ?: ObjectManager::getInstance()->get(ConfigProvider::class);
113111
$this->processorFacadeFactory =

0 commit comments

Comments
 (0)