This commit is contained in:
JaguarJack 2020-06-08 08:54:50 +08:00
parent 08b7a1b17c
commit 5609d4fd09

View File

@ -1,6 +1,7 @@
<?php
namespace catcher;
use catcher\command\TestCommand;
use catcher\command\Tools\BackupCommand;
use catcher\command\Tools\CompressPackageCommand;
use catcher\command\CreateModuleCommand;
@ -13,6 +14,7 @@ use catcher\command\ModuleCacheCommand;
use catcher\command\SeedRunCommand;
use catcher\command\Tools\ExportDataCommand;
use catcher\command\Tools\MakeMenuCommand;
use catcher\command\worker\ExcelTaskCommand;
use catcher\command\worker\WsWorkerCommand;
use think\exception\Handle;
use think\facade\Validate;
@ -68,6 +70,8 @@ class CatchAdminService extends Service
WsWorkerCommand::class,
ExportDataCommand::class,
MakeMenuCommand::class,
TestCommand::class,
ExcelTaskCommand::class,
]);
}
/**