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