fixed
This commit is contained in:
parent
08b7a1b17c
commit
5609d4fd09
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace catcher;
|
namespace catcher;
|
||||||
|
|
||||||
|
use catcher\command\TestCommand;
|
||||||
use catcher\command\Tools\BackupCommand;
|
use catcher\command\Tools\BackupCommand;
|
||||||
use catcher\command\Tools\CompressPackageCommand;
|
use catcher\command\Tools\CompressPackageCommand;
|
||||||
use catcher\command\CreateModuleCommand;
|
use catcher\command\CreateModuleCommand;
|
||||||
@ -13,6 +14,7 @@ use catcher\command\ModuleCacheCommand;
|
|||||||
use catcher\command\SeedRunCommand;
|
use catcher\command\SeedRunCommand;
|
||||||
use catcher\command\Tools\ExportDataCommand;
|
use catcher\command\Tools\ExportDataCommand;
|
||||||
use catcher\command\Tools\MakeMenuCommand;
|
use catcher\command\Tools\MakeMenuCommand;
|
||||||
|
use catcher\command\worker\ExcelTaskCommand;
|
||||||
use catcher\command\worker\WsWorkerCommand;
|
use catcher\command\worker\WsWorkerCommand;
|
||||||
use think\exception\Handle;
|
use think\exception\Handle;
|
||||||
use think\facade\Validate;
|
use think\facade\Validate;
|
||||||
@ -68,6 +70,8 @@ class CatchAdminService extends Service
|
|||||||
WsWorkerCommand::class,
|
WsWorkerCommand::class,
|
||||||
ExportDataCommand::class,
|
ExportDataCommand::class,
|
||||||
MakeMenuCommand::class,
|
MakeMenuCommand::class,
|
||||||
|
TestCommand::class,
|
||||||
|
ExcelTaskCommand::class,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user