From 51d237d0f0dfd4e2293a683ec2a3cebc312903e4 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 22 Jun 2020 08:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=96=B0=E5=A2=9E=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=9C=8D=E5=8A=A1=E5=8F=91=E7=8E=B0?= 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, 2 insertions(+) diff --git a/extend/catcher/command/install/InstallProjectCommand.php b/extend/catcher/command/install/InstallProjectCommand.php index a89ac98..a551803 100644 --- a/extend/catcher/command/install/InstallProjectCommand.php +++ b/extend/catcher/command/install/InstallProjectCommand.php @@ -236,6 +236,8 @@ class InstallProjectCommand extends Command // todo something // create jwt Console::call('jwt:create'); + // create service + Console::call('catch-service:discover'); } /**