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'); } /**