Skip to content

Commit 595dcda

Browse files
MAGETWO-56873: B2B does not supports in Web Setup Wizard
1 parent 9e6ab29 commit 595dcda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/src/Magento/Setup/Model/SystemPackage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class SystemPackage
3131
*/
3232
private $composerInfo;
3333

34+
/**#@+
35+
* Constants for different Magento editions
36+
*/
3437
const EDITION_COMMUNITY = 'magento/product-community-edition';
3538
const EDITION_ENTERPRISE = 'magento/product-enterprise-edition';
3639
const EDITION_B2B = 'magento/product-b2b-edition';

0 commit comments

Comments
 (0)