File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Deploy/Model Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public function __construct(
95
95
Writer $ writer ,
96
96
Reader $ reader ,
97
97
MaintenanceMode $ maintenanceMode ,
98
- Filesystem $ filesystem = null ,
98
+ Filesystem $ filesystem ,
99
99
ConfigProvider $ configProvider = null ,
100
100
ProcessorFacadeFactory $ processorFacadeFactory = null ,
101
101
EmulatedAdminhtmlAreaProcessor $ emulatedAreaProcessor = null
@@ -106,8 +106,6 @@ public function __construct(
106
106
$ this ->reader = $ reader ;
107
107
$ this ->maintenanceMode = $ maintenanceMode ;
108
108
109
- $ this ->filesystem =
110
- $ filesystem ?: ObjectManager::getInstance ()->get (Filesystem::class);
111
109
$ this ->configProvider =
112
110
$ configProvider ?: ObjectManager::getInstance ()->get (ConfigProvider::class);
113
111
$ this ->processorFacadeFactory =
You can’t perform that action at this time.
0 commit comments