Skip to content
Snippets Groups Projects
Commit c5429aa0 authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

Merge commit 'refs/pull/4134/head' of https://github.com/magento/magento2 into MAGETWO-56787

parents e643a676 f21db1a0
No related merge requests found
......@@ -71,7 +71,7 @@ class UpgradeCommand extends AbstractSetupCommand
$installer->installSchema();
$installer->installDataFixtures();
if (!$keepGenerated) {
$output->writeln('<info>Please re-run Magento compile command</info>');
$output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>');
}
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment