修改服务
This commit is contained in:
parent
f812033ccc
commit
defd10ab91
@ -4,7 +4,7 @@ namespace catcher;
|
|||||||
use catcher\command\BackupCommand;
|
use catcher\command\BackupCommand;
|
||||||
use catcher\command\CompressPackageCommand;
|
use catcher\command\CompressPackageCommand;
|
||||||
use catcher\command\CreateModuleCommand;
|
use catcher\command\CreateModuleCommand;
|
||||||
use catcher\command\InstallCommand;
|
use catcher\command\install\InstallProjectCommand;
|
||||||
use catcher\command\MigrateCreateCommand;
|
use catcher\command\MigrateCreateCommand;
|
||||||
use catcher\command\MigrateRollbackCommand;
|
use catcher\command\MigrateRollbackCommand;
|
||||||
use catcher\command\MigrateRunCommand;
|
use catcher\command\MigrateRunCommand;
|
||||||
@ -53,7 +53,7 @@ class CatchAdminService extends Service
|
|||||||
protected function registerCommands(): void
|
protected function registerCommands(): void
|
||||||
{
|
{
|
||||||
$this->commands([
|
$this->commands([
|
||||||
InstallCommand::class,
|
InstallProjectCommand::class,
|
||||||
ModuleCacheCommand::class,
|
ModuleCacheCommand::class,
|
||||||
MigrateRunCommand::class,
|
MigrateRunCommand::class,
|
||||||
ModelGeneratorCommand::class,
|
ModelGeneratorCommand::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user