diff --git a/extend/catcher/command/install/InstallProjectCommand.php b/extend/catcher/command/install/InstallProjectCommand.php index d52ad7a..c972dba 100644 --- a/extend/catcher/command/install/InstallProjectCommand.php +++ b/extend/catcher/command/install/InstallProjectCommand.php @@ -222,7 +222,7 @@ class InstallProjectCommand extends Command */ protected function thirdStep(): void { - Console::call('catch:cache'); + // Console::call('catch:cache'); } /**