From 48298273dd05de24f013cf6b901328083690b3f6 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 13 Apr 2020 19:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E9=A1=B9=E7=9B=AE=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=97=B6=E5=80=99cache=20router?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/install/InstallProjectCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**