We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09eba4 commit c66de3eCopy full SHA for c66de3e
setup/src/Magento/Setup/Console/Command/DiCompileCommand.php
@@ -110,7 +110,7 @@ private function checkEnvironment()
110
$config = $this->deploymentConfig->get(ConfigOptionsListConstants::KEY_MODULES);
111
if (!$config) {
112
$messages[] = 'You cannot run this command because modules are not enabled. You can enable modules by'
113
- . ' running module:enable --all command.';
+ . ' running \'module:enable --all\' command.';
114
}
115
116
/**
0 commit comments