From f7ac1a23bf8f19d6b0fa323d15e13d0c200384bc Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Mon, 6 Jan 2020 20:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/InstallCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extend/catcher/command/InstallCommand.php b/extend/catcher/command/InstallCommand.php index 785cbe5..ad96ec6 100644 --- a/extend/catcher/command/InstallCommand.php +++ b/extend/catcher/command/InstallCommand.php @@ -193,7 +193,8 @@ class InstallCommand extends Command protected function finished(): void { // todo something - + // create jwt + Console::call('jwt:create'); } /**