Skip to content

Commit 1f0efef

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38838: Create composer management library and reuse it in both updater and setup wizard
- fixed code defect
1 parent 20cbb89 commit 1f0efef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Composer/MagentoComposerApplication.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ class MagentoComposerApplication
5555
*/
5656
private $consoleArrayInputFactory;
5757

58+
/**
59+
* @var Application
60+
*/
61+
private $consoleApplication;
62+
5863
/**
5964
* Constructs class
6065
*

0 commit comments

Comments
 (0)