mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update sys.php
This commit is contained in:
parent
ed6280c506
commit
39b4af2f92
@ -14,6 +14,7 @@ use think\Console;
|
||||
$app = app();
|
||||
|
||||
if ($app->request->isCli()) {
|
||||
// 动态注册操作指令
|
||||
Console::starting(function (Console $console) {
|
||||
$console->addCommand(OrderClean::class);
|
||||
$console->addCommand(UserAgent::class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user