diff --git a/Console/Command/ModuleListCommand.php b/Console/Command/ModuleListCommand.php index 340261b..da1a00f 100644 --- a/Console/Command/ModuleListCommand.php +++ b/Console/Command/ModuleListCommand.php @@ -1,6 +1,7 @@ render(); - return Command::SUCCESS; + return Cli::RETURN_SUCCESS; } } diff --git a/Console/Command/ThemeCreateCommand.php b/Console/Command/ThemeCreateCommand.php index 9814fb4..d921c2c 100644 --- a/Console/Command/ThemeCreateCommand.php +++ b/Console/Command/ThemeCreateCommand.php @@ -1,6 +1,7 @@ writeln('New Local Swissup theme create done!'); $output->writeln('Please run setup:upgrade from Magento CLI'); - return Command::SUCCESS; + return Cli::RETURN_SUCCESS; } }