update:更新默认加载commands

This commit is contained in:
JaguarJack
2021-01-24 20:24:43 +08:00
parent 9f6f02ad24
commit 937e1745d2
2 changed files with 35 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ class CatchAdminService extends Service
$this->app->bind('catch\console', $catchConsole);
$this->commands($catchConsole->commands());
$this->commands($catchConsole->defaultCommands());
}
}
/**