Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8487750

Browse files
author
Magento CICD
authored
merge magento/2.3.0-release into magento-qwerty/2.3-bugfixes-240918
2 parents 3fceee4 + 34cc53c commit 8487750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class Installer
5656
/**#@+
5757
* Parameters for enabling/disabling modules
5858
*/
59-
const ENABLE_MODULES = 'enable_modules';
60-
const DISABLE_MODULES = 'disable_modules';
59+
const ENABLE_MODULES = 'enable-modules';
60+
const DISABLE_MODULES = 'disable-modules';
6161
/**#@- */
6262

6363
/**#@+

0 commit comments

Comments
 (0)