禁止项目安装时候cache router

This commit is contained in:
JaguarJack 2020-04-13 19:25:32 +08:00
parent 9548cb34fd
commit 48298273dd

View File

@ -222,7 +222,7 @@ class InstallProjectCommand extends Command
*/
protected function thirdStep(): void
{
Console::call('catch:cache');
// Console::call('catch:cache');
}
/**