基本完成命令生成;

This commit is contained in:
2022-10-21 20:08:59 +08:00
parent 3921f7a807
commit 2d54586f09
12 changed files with 252 additions and 51 deletions

View File

@@ -3,6 +3,7 @@
// | 控制台配置
// +----------------------------------------------------------------------
use app\command\make\Component;
use app\command\make\View;
use app\command\ScanDemo;
@@ -11,6 +12,7 @@ return [
'commands' => [
'app\command\ResetPassword',
View::class,
ScanDemo::class
ScanDemo::class,
Component::class
],
];