新增模块管理
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
namespace catchAdmin\system;
|
||||
|
||||
use catchAdmin\system\events\AttachmentEvent;
|
||||
use catcher\command\MigrateRunCommand;
|
||||
use catcher\command\SeedRunCommand;
|
||||
use catcher\ModuleService;
|
||||
|
||||
class SystemService extends ModuleService
|
||||
@@ -28,4 +30,12 @@ class SystemService extends ModuleService
|
||||
'attachment' => [ AttachmentEvent::class ],
|
||||
];
|
||||
}
|
||||
|
||||
protected function registerCommands()
|
||||
{
|
||||
$this->commands([
|
||||
MigrateRunCommand::class,
|
||||
SeedRunCommand::class,
|
||||
]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user